diff options
author | Martin Storsjö <martin@martin.st> | 2010-07-20 11:50:22 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-07-20 11:50:22 +0000 |
commit | 7428c8f599ca077fe1eea5925970aa2a70671c5d (patch) | |
tree | 40be86b4745319db0645b031d3615d68503694f9 /libavformat/asf.h | |
parent | c963e961ac7b40ef3117dc358138411705b5293a (diff) | |
download | ffmpeg-7428c8f599ca077fe1eea5925970aa2a70671c5d.tar.gz |
asf: Add asf_jfif_media guid
Originally committed as revision 24350 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.h')
-rw-r--r-- | libavformat/asf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/asf.h b/libavformat/asf.h index 85e54ccfe9..0867755f46 100644 --- a/libavformat/asf.h +++ b/libavformat/asf.h @@ -145,6 +145,7 @@ extern const ff_asf_guid ff_asf_audio_stream; 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; |