mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
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
This commit is contained in:
committed by
Benoit Fouet
parent
de96180137
commit
5f1ac36dd2
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user