summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-10 01:36:21 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-10 01:36:21 +0200
commitc218d8218d95684c5e1b4c09ed0f258457f0ae7c (patch)
treee6595772cb2eb12b746a945a9d5a5ccd40982c87 /libavformat/avformat.h
parent0f7ca2d77893c87d3c6e008520f6b5549f410387 (diff)
parent24e87f7f425a52b1e69661dcb2fbe0555a76f30b (diff)
Merge commit '24e87f7f425a52b1e69661dcb2fbe0555a76f30b'
* commit '24e87f7f425a52b1e69661dcb2fbe0555a76f30b': Remove obsolete FF_API_PROBE_MIME cruft. Conflicts: libavformat/avformat.h libavformat/format.c libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 7551f7b548..9a7672f9e0 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -393,9 +393,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 */
-#if FF_API_PROBE_MIME
uint8_t *mime_type; /**< mime_type, when known. */
-#endif
} AVProbeData;
#define AVPROBE_SCORE_RETRY (AVPROBE_SCORE_MAX/4)