From 30e88789c958b7a28866d241cc99fa9c3abf9115 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 31 Jan 2007 23:32:01 +0000 Subject: extract aspect ratio Originally committed as revision 7791 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/asf.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavformat/asf.h') 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 = { -- cgit v1.2.3