diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-08-06 19:58:57 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-08-09 16:59:21 +0000 |
commit | 24e87f7f425a52b1e69661dcb2fbe0555a76f30b (patch) | |
tree | 5397acf11955b0418628fc7b68ae247d008decc5 /libavformat/avformat.h | |
parent | 472f9ed312ec784f7c72876b77163f4741880d05 (diff) | |
download | ffmpeg-24e87f7f425a52b1e69661dcb2fbe0555a76f30b.tar.gz |
Remove obsolete FF_API_PROBE_MIME cruft.
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index ab2081a3ef..2948d40490 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -391,9 +391,7 @@ typedef struct AVProbeData { const char *filename; unsigned char *buf; /**< Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero. */ int buf_size; /**< Size of buf except extra allocated bytes */ -#ifdef FF_API_PROBE_MIME uint8_t *mime_type; /**< mime_type, when known. */ -#endif } AVProbeData; #define AVPROBE_SCORE_EXTENSION 50 ///< score for file extension |