avconv: distinguish between -ss 0 and -ss not being used
authorAnton Khirnov <anton@khirnov.net>
Sat, 15 Jun 2013 07:35:10 +0000 (09:35 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 5 Aug 2013 08:53:12 +0000 (10:53 +0200)
commit56ee3f9de7b9f6090d599a27d33a392890a2f7b8
tree258b51993ad04a6a4cede741022b1d19f5a7b2f4
parent2e661f26f8b12195f75ae3b07d9591e395135bc7
avconv: distinguish between -ss 0 and -ss not being used

Using -ss 0 to drop frames with negative timestamps is a perfectly valid
use case.
avconv.c
avconv_filter.c
avconv_opt.c