• 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
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...