diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-03-13 22:11:12 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-07-29 17:47:26 +0200 |
commit | 3a19405d574a467c68b48e4b824c76617fd59de0 (patch) | |
tree | fab823ed19b1b1cf1ee30c9a9f6b1388bd2f0fef /libavformat/version.h | |
parent | 69e7336b8e16ee65226fc20381baf537f4b125e6 (diff) | |
download | ffmpeg-3a19405d574a467c68b48e4b824c76617fd59de0.tar.gz |
avformat: Use the mime type information in input probe
It should provide a quicker guess for elementary streams provided
by http.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index 1a017ce362..6e9ce674bc 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -61,4 +61,8 @@ #define FF_API_LAVF_CODEC_TB (LIBAVFORMAT_VERSION_MAJOR < 57) #endif +#ifndef FF_API_PROBE_MIME +#define FF_API_PROBE_MIME (LIBAVFORMAT_VERSION_MAJOR > 55) +#endif + #endif /* AVFORMAT_VERSION_H */ |