Changeset e22c7b4e in ffmpeg

Timestamp:
Feb 10, 2012, 6:59:38 PM (13 years ago)
Author:
Clément Bœsch <ubitux@gmail.com>
Branches:
master
Children:
aede21f1
Parents:
4ab4b3db
git-author:
Clément Bœsch <clement.boesch@smartjog.com> (02/07/12 10:42:59)
git-committer:
Clément Bœsch <ubitux@gmail.com> (02/10/12 18:59:38)
Message:

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().

(No files)

Note: See TracChangeset for help on using the changeset viewer.