avconv: remove the 'codec framerate is different from stream' warning
authorAnton Khirnov <anton@khirnov.net>
Sat, 24 Dec 2011 14:08:07 +0000 (15:08 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 2 Jan 2012 13:15:09 +0000 (14:15 +0100)
commitc88d53199b6e98bce0ea1567f4ace5e867020e34
treeac6416ecdb478ad69953c9a0c9df2d40d21ae595
parent14165fe1256e0f11ba3d9cf574492ae528e5c9cf
avconv: remove the 'codec framerate is different from stream' warning

Codec timebase is not framerate and the situation when it's different
from AVStream.r_frame_rate is quite common, nothing to warn about.
avconv.c