summaryrefslogtreecommitdiff
path: root/libavformat/riff.h
diff options
context:
space:
mode:
authorThierry Foucu <tfoucu@gmail.com>2017-02-16 14:03:38 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2017-02-17 14:24:53 +0100
commit4bc7268f2b5fdef03b907279b4e6173cb0e5b835 (patch)
treeae409636f40a4efc726165c961251ca6c6807505 /libavformat/riff.h
parent04e611474b9a82ddc8a53b08e80401379a40e410 (diff)
lavf/riff: Support decoding files with broken mediasubtype base guid.
Fixes ticket #6100.
Diffstat (limited to 'libavformat/riff.h')
-rw-r--r--libavformat/riff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/riff.h b/libavformat/riff.h
index fe87e81933..d30d793cd1 100644
--- a/libavformat/riff.h
+++ b/libavformat/riff.h
@@ -109,6 +109,8 @@ extern const AVCodecGuid ff_codec_wav_guids[];
0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71
#define FF_AMBISONIC_BASE_GUID \
0x21, 0x07, 0xD3, 0x11, 0x86, 0x44, 0xC8, 0xC1, 0xCA, 0x00, 0x00, 0x00
+#define FF_BROKEN_BASE_GUID \
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0xAA
static av_always_inline int ff_guidcmp(const void *g1, const void *g2)
{