]> git.sesse.net Git - ffmpeg/commit
ffmpeg: simplify video frame polling.
authorClément Bœsch <clement.boesch@smartjog.com>
Tue, 7 Feb 2012 10:42:59 +0000 (11:42 +0100)
committerClément Bœsch <ubitux@gmail.com>
Fri, 10 Feb 2012 18:59:38 +0000 (19:59 +0100)
commite22c7b4e25a0762b2a6125a350c5d51db428f691
treed6e95f675c94e49828f4224634cbb0b2bbe2efb8
parent4ab4b3db5af0a9936cf2c9a9be235bf0e458d54c
ffmpeg: simplify video frame polling.

input_video_filter and output_video_filter can't be NULL at this point.
If they are, the current code would likely crash anyway (since
filtered_frame would be NULL and sent to do_video_out().
ffmpeg.c