• Max Kellermann's avatar
    decoder/ffmpeg: manual format probing · b2e3c075
    Max Kellermann authored
    Use the libavformat function av_probe_input_format() to probe the
    AVInputFormat, instead of letting av_open_input_file() do it
    implicitly.  We will switch to av_open_input_stream() very soon, which
    does not have the probing code.
    
    Loosely based on a patch from Jasper St. Pierre.
    b2e3c075
ffmpeg_decoder_plugin.c 15.8 KB