diff options
author | Peter Ross <pross@xvid.org> | 2012-11-06 14:01:42 +1100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-11-06 15:52:33 +0100 |
commit | e6ef628b1efb96d21e755a3750bb58d8042884ad (patch) | |
tree | 75b05d29b9c24fe19dce712de092613a93f8db79 /libavformat/wtv.h | |
parent | 1701a22fce3e56618f4fbdd5cce89b8aac3d9d11 (diff) | |
download | ffmpeg-e6ef628b1efb96d21e755a3750bb58d8042884ad.tar.gz |
wtv: move duplicated guids into wtv.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/wtv.h')
-rw-r--r-- | libavformat/wtv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/wtv.h b/libavformat/wtv.h index 864cc1811c..efe90d6846 100644 --- a/libavformat/wtv.h +++ b/libavformat/wtv.h @@ -40,6 +40,9 @@ extern const ff_asf_guid ff_wtv_guid; extern const ff_asf_guid ff_timestamp_guid; extern const ff_asf_guid ff_data_guid; extern const ff_asf_guid ff_SBE2_STREAM_DESC_EVENT; +extern const ff_asf_guid ff_stream1_guid; +extern const ff_asf_guid ff_sync_guid; +extern const ff_asf_guid ff_index_guid; extern const ff_asf_guid ff_mediatype_audio; extern const ff_asf_guid ff_mediatype_video; extern const ff_asf_guid ff_format_none; |