]> git.sesse.net Git - ffmpeg/commit
avconv: remove a pointless check.
authorAnton Khirnov <anton@khirnov.net>
Wed, 14 Mar 2012 06:50:30 +0000 (07:50 +0100)
committerAnton Khirnov <anton@khirnov.net>
Thu, 15 Mar 2012 08:00:49 +0000 (09:00 +0100)
commit2636e691ce5347756a2c05b3105b0277c1b9acb4
tree7df9359a3dd62326abb7cc41edf1e82ab740394a
parent45fdcc8e2d5ba0b8b2996278a4fffa5a57092c79
avconv: remove a pointless check.

output_video_filter is always guaranteed to be set and is in fact
dereferenced right above the check.
avconv.c