diff options
author | zhentan feng <spyfeng@gmail.com> | 2011-05-01 21:13:18 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-01 21:13:18 +0200 |
commit | 5edb23295edf9bffd94f08b7475632473c0453bd (patch) | |
tree | d8b512e8a6afbcb7475233de5bd0307946305a12 /libavformat/wtv.h | |
parent | 5ab826c165916a301ee748ee5a1d68cf788d5d2f (diff) | |
download | ffmpeg-5edb23295edf9bffd94f08b7475632473c0453bd.tar.gz |
WTV: Add ff_ prefix to the moved fields.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/wtv.h')
-rw-r--r-- | libavformat/wtv.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libavformat/wtv.h b/libavformat/wtv.h index 52c17b4363..252804d602 100644 --- a/libavformat/wtv.h +++ b/libavformat/wtv.h @@ -29,13 +29,13 @@ #define WTV_SECTOR_SIZE (1 << WTV_SECTOR_BITS) #define WTV_BIGSECTOR_BITS 18 -extern const ff_asf_guid dir_entry_guid; -extern const ff_asf_guid wtv_guid; -extern const ff_asf_guid timestamp_guid; -extern const ff_asf_guid data_guid; -extern const ff_asf_guid stream_guid; -extern const ff_asf_guid mediatype_audio; -extern const ff_asf_guid mediatype_video; -extern const ff_asf_guid format_none; -extern const AVCodecGuid video_guids[]; +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_mediatype_audio; +extern const ff_asf_guid ff_mediatype_video; +extern const ff_asf_guid ff_format_none; +extern const AVCodecGuid ff_video_guids[]; #endif /* AVFORMAT_WTV_H */ |