diff options
author | Peter Ross <pross@xvid.org> | 2012-11-06 14:01:35 +1100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-11-06 15:51:41 +0100 |
commit | 1701a22fce3e56618f4fbdd5cce89b8aac3d9d11 (patch) | |
tree | 4a138bda4d725dcfefbf7cd243aafcc778fdd49c /libavformat/wtv.h | |
parent | 9632f5efcf48e21c2f3ae3b4168124abb8a8d44a (diff) | |
download | ffmpeg-1701a22fce3e56618f4fbdd5cce89b8aac3d9d11.tar.gz |
wtv: rename ff_stream_guid to ff_SBE2_STREAM_DESC_EVENT
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/wtv.h')
-rw-r--r-- | libavformat/wtv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/wtv.h b/libavformat/wtv.h index 7e4f243551..864cc1811c 100644 --- a/libavformat/wtv.h +++ b/libavformat/wtv.h @@ -39,7 +39,7 @@ extern const ff_asf_guid ff_dir_entry_guid; 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_stream_guid; +extern const ff_asf_guid ff_SBE2_STREAM_DESC_EVENT; extern const ff_asf_guid ff_mediatype_audio; extern const ff_asf_guid ff_mediatype_video; extern const ff_asf_guid ff_format_none; |