diff options
author | Mike Brown <mikeb@vibephone.com> | 2005-08-10 23:41:20 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-08-10 23:41:20 +0000 |
commit | ae38261ee8e969a776d2952fbe32a6023036f51f (patch) | |
tree | 24576874116628d42c9bf02d7a20427689a2134b /libavformat/asf.h | |
parent | 6870a440cee9c142c5d99b44e6c93348b901c4d0 (diff) | |
download | ffmpeg-ae38261ee8e969a776d2952fbe32a6023036f51f.tar.gz |
changes to ignore command media embedded in MS WMV files patch by ("Brown, Mike": mikeb, vibephone com)
Originally committed as revision 4501 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.h')
-rw-r--r-- | libavformat/asf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/asf.h b/libavformat/asf.h index 5a13c85b76..2cf976fa2c 100644 --- a/libavformat/asf.h +++ b/libavformat/asf.h @@ -165,6 +165,9 @@ static const GUID video_conceal_none = { 0x20FB5700, 0x5B55, 0x11CF, { 0xA8, 0xFD, 0x00, 0x80, 0x5F, 0x5C, 0x44, 0x2B }, }; +static const GUID command_stream = { + 0x59DACFC0, 0x59E6, 0x11D0, { 0xA3, 0xAC, 0x00, 0xA0, 0xC9, 0x03, 0x48, 0xF6 }, +}; static const GUID comment_header = { 0x75b22633, 0x668e, 0x11cf, { 0xa6, 0xd9, 0x00, 0xaa, 0x00, 0x62, 0xce, 0x6c }, |