diff options
author | Cyril Comparon <cyril.comparon@gmail.com> | 2009-05-12 12:35:46 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2009-05-12 12:35:46 +0000 |
commit | 5f1ac36dd2f7f04a3a213f717757c16a1287bda6 (patch) | |
tree | 894cabb076870b6a30399e7b3ab37a9ab11bd6a4 /libavformat/asf.c | |
parent | de9618013711ebc4d562c8fe4c53f51a90b2afe0 (diff) | |
download | ffmpeg-5f1ac36dd2f7f04a3a213f717757c16a1287bda6.tar.gz |
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
Diffstat (limited to 'libavformat/asf.c')
-rw-r--r-- | libavformat/asf.c | 3 |
1 files changed, 3 insertions, 0 deletions
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" }, |