Mercurial > libavformat.hg
changeset 6284:e4d729e25e97 libavformat
asf: Add asf_jfif_media guid
author | mstorsjo |
---|---|
date | Tue, 20 Jul 2010 11:50:22 +0000 |
parents | 0969c3bcb267 |
children | 14c5d7cc71aa |
files | asf.c asf.h |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/asf.c Tue Jul 20 09:58:30 2010 +0000 +++ b/asf.c Tue Jul 20 11:50:22 2010 +0000 @@ -55,6 +55,10 @@ 0xC0, 0xEF, 0x19, 0xBC, 0x4D, 0x5B, 0xCF, 0x11, 0xA8, 0xFD, 0x00, 0x80, 0x5F, 0x5C, 0x44, 0x2B }; +const ff_asf_guid ff_asf_jfif_media = { + 0x00, 0xE1, 0x1B, 0xB6, 0x4E, 0x5B, 0xCF, 0x11, 0xA8, 0xFD, 0x00, 0x80, 0x5F, 0x5C, 0x44, 0x2B +}; + const ff_asf_guid ff_asf_video_conceal_none = { 0x00, 0x57, 0xFB, 0x20, 0x55, 0x5B, 0xCF, 0x11, 0xA8, 0xFD, 0x00, 0x80, 0x5F, 0x5C, 0x44, 0x2B };
--- a/asf.h Tue Jul 20 09:58:30 2010 +0000 +++ b/asf.h Tue Jul 20 11:50:22 2010 +0000 @@ -145,6 +145,7 @@ extern const ff_asf_guid ff_asf_audio_conceal_none; extern const ff_asf_guid ff_asf_audio_conceal_spread; extern const ff_asf_guid ff_asf_video_stream; +extern const ff_asf_guid ff_asf_jfif_media; extern const ff_asf_guid ff_asf_video_conceal_none; extern const ff_asf_guid ff_asf_command_stream; extern const ff_asf_guid ff_asf_comment_header;