summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-03-13 22:11:12 +0100
committerLuca Barbato <lu_zero@gentoo.org>2014-07-29 17:47:26 +0200
commit3a19405d574a467c68b48e4b824c76617fd59de0 (patch)
treefab823ed19b1b1cf1ee30c9a9f6b1388bd2f0fef /libavformat/version.h
parent69e7336b8e16ee65226fc20381baf537f4b125e6 (diff)
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.h4
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 */