• Martin Storsjö's avatar
    avio: Fix the deprecated fallback URL-prefixed open flags · 5b81e295
    Martin Storsjö authored
    While deprecated, they're totally useless as long as their values
    are different from the AVIO_FLAG values that are used internally.
    Currently, this leads to old libav applications still compiling
    correctly (since we haven't removed the fallback wrappers), but
    failing since the functions internally compare to the new AVIO_FLAG
    values.
    
    These should be removed at some point, but they aren't removed yet.
    The intent is to be able to recompile an old application against
    the new ABI without modifying the code, and this doesn't work
    currently.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    5b81e295
Name
Last commit
Last update
doc Loading commit data...
ffpresets Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswscale Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
cmdutils_common_opts.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
ffmpeg.c Loading commit data...
ffplay.c Loading commit data...
ffprobe.c Loading commit data...
ffserver.c Loading commit data...
ffserver.h Loading commit data...
subdir.mak Loading commit data...
version.sh Loading commit data...