diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-01-31 23:32:01 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-01-31 23:32:01 +0000 |
commit | 30e88789c958b7a28866d241cc99fa9c3abf9115 (patch) | |
tree | 6c5cc610a38c131466527f2e5e702708ee648210 /libavformat/asf.h | |
parent | 118a49b0b75a521f910f7dc043ffd847e8ee1152 (diff) | |
download | ffmpeg-30e88789c958b7a28866d241cc99fa9c3abf9115.tar.gz |
extract aspect ratio
Originally committed as revision 7791 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.h')
-rw-r--r-- | libavformat/asf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/asf.h b/libavformat/asf.h index 457f92d199..7cdefb018d 100644 --- a/libavformat/asf.h +++ b/libavformat/asf.h @@ -208,6 +208,10 @@ static const GUID ext_stream_audio_stream = { 0x9d, 0x8c, 0x17, 0x31, 0xE1, 0x03, 0x28, 0x45, 0xb5, 0x82, 0x3d, 0xf9, 0xdb, 0x22, 0xf5, 0x03 }; +static const GUID metadata_header = { + 0xea, 0xcb, 0xf8, 0xc5, 0xaf, 0x5b, 0x77, 0x48, 0x84, 0x67, 0xaa, 0x8c, 0x44, 0xfa, 0x4c, 0xca +}; + /* I am not a number !!! This GUID is the one found on the PC used to generate the stream */ static const GUID my_guid = { |