From 3a19405d574a467c68b48e4b824c76617fd59de0 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Thu, 13 Mar 2014 22:11:12 +0100 Subject: avformat: Use the mime type information in input probe It should provide a quicker guess for elementary streams provided by http. --- libavformat/version.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavformat/version.h') 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 */ -- cgit v1.2.3