X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Friff.h;h=d30d793cd1d9018252272c4334b623fe865195c4;hb=33e997d992ccd4e93b57fa7dfb478fc6a67ce4ac;hp=fe87e8193356d2de6934b6508f04144ef499ab09;hpb=cca4fd477851c3ab3b4ee7da525d5eb81bbe8de1;p=ffmpeg diff --git a/libavformat/riff.h b/libavformat/riff.h index fe87e819335..d30d793cd1d 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) {