]> git.sesse.net Git - ffmpeg/commit
avconv: fix parsing of -force_key_frames option.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 30 Apr 2012 20:48:42 +0000 (22:48 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 5 Jul 2012 11:15:36 +0000 (13:15 +0200)
commit4c679750cb4cb112c19f862bd733bf6660a935bd
treedc584a3169c2e4301ba6bdd335c978e67016abfd
parent28fff0d9740e00c2ee82f72a4be55bdbb5e0c8c6
avconv: fix parsing of -force_key_frames option.

Currently it always exits with an error when more than
one position is specified.

CC: libav-stable@libav.org
avconv.c