X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fasf.c;h=719cae9da53ca7810c8dfe5c10b8d0f4f8049e4b;hb=0c9490609d888ba384798777a3daaf012488ad89;hp=455ca4d82645dc5314e9501d5493b6e4f1aa6ee5;hpb=dc22269b2325560636f4e8b956bf5e00943562d9;p=ffmpeg diff --git a/libavformat/asf.c b/libavformat/asf.c index 455ca4d8264..719cae9da53 100644 --- a/libavformat/asf.c +++ b/libavformat/asf.c @@ -147,6 +147,14 @@ const ff_asf_guid ff_asf_extended_stream_properties_object = { 0xcb, 0xa5, 0xe6, 0x14, 0x72, 0xc6, 0x32, 0x43, 0x83, 0x99, 0xa9, 0x69, 0x52, 0x06, 0x5b, 0x5a }; +const ff_asf_guid ff_asf_group_mutual_exclusion_object = { + 0x40, 0x5a, 0x46, 0xd1, 0x79, 0x5a, 0x38, 0x43, 0xb7, 0x1b, 0xe3, 0x6b, 0x8f, 0xd6, 0xc2, 0x49 +}; + +const ff_asf_guid ff_asf_mutex_language = { + 0x00, 0x2a, 0xe2, 0xd6, 0xda, 0x35, 0xd1, 0x11, 0x90, 0x34, 0x00, 0xa0, 0xc9, 0x03, 0x49, 0xbe +}; + /* List of official tags at http://msdn.microsoft.com/en-us/library/dd743066(VS.85).aspx */ const AVMetadataConv ff_asf_metadata_conv[] = { { "WM/AlbumArtist", "album_artist" },