]> git.sesse.net Git - ffmpeg/commit
parseutils: accept only full "ms" suffix
authorRostislav Pehlivanov <atomnuker@gmail.com>
Sat, 3 Mar 2018 20:17:46 +0000 (20:17 +0000)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Mon, 5 Mar 2018 20:38:35 +0000 (20:38 +0000)
commit8218249f1f04de65904f58519bde21948e5a0783
treec2c34cd4fc0046355ab4728030da17ab06c08cf3
parent5787908e8c63bcb9206a59961031bdb54682ab0a
parseutils: accept only full "ms" suffix

The commit which added those was pushed prematurely before anyone could object
to illogical suffixes like just m for milliseconds. Without this, we'd be locked
into never being able to implement the "m" suffix for minutes.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
libavutil/parseutils.c