• Clément Bœsch's avatar
    ffmpeg: simplify video frame polling. · e22c7b4e
    Clément Bœsch authored
    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().
    e22c7b4e
ffmpeg.c 190 KB