]> git.sesse.net Git - ffmpeg/commit
avconv: fix exiting when max frames is reached.
authorAnton Khirnov <anton@khirnov.net>
Mon, 4 Jun 2012 18:01:55 +0000 (20:01 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 5 Jun 2012 07:35:08 +0000 (09:35 +0200)
commite58b75f7ff4733b0de17b2b91d1dac364627cb9d
treecdb4391b970f8496c4ef911ec800d1a9f44fa053
parentb56825c40ee1329b33aed34ff8a639fa18d263a0
avconv: fix exiting when max frames is reached.

frame number should never be strictly larger than max frames, so the
if() was never triggered.
avconv.c