From 5f1ac36dd2f7f04a3a213f717757c16a1287bda6 Mon Sep 17 00:00:00 2001 From: Cyril Comparon Date: Tue, 12 May 2009 12:35:46 +0000 Subject: Per-stream language-tags extraction in asfdec. Patch by Cyril Comparon: gmail(name, surname); Original thread: Suggestion for a centralized language-tag facility in libavformat Date: 04/10/2009 07:33 PM Originally committed as revision 18800 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/asf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavformat/asf.c') diff --git a/libavformat/asf.c b/libavformat/asf.c index 2e17554f03..79ef61444b 100644 --- a/libavformat/asf.c +++ b/libavformat/asf.c @@ -112,6 +112,9 @@ const ff_asf_guid ff_asf_my_guid = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; +const ff_asf_guid ff_asf_language_guid = { + 0xa9, 0x46, 0x43, 0x7c, 0xe0, 0xef, 0xfc, 0x4b, 0xb2, 0x29, 0x39, 0x3e, 0xde, 0x41, 0x5c, 0x85 +}; const AVMetadataConv ff_asf_metadata_conv[] = { { "AlbumArtist", "artist" }, -- cgit v1.2.3