summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvdata.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-10-17 09:28:53 +0200
committerAnton Khirnov <anton@khirnov.net>2011-10-20 21:06:58 +0200
commit242c73a0fd664be8fc1d69cc3e383c13524914b5 (patch)
treeb1933dfea43e3919e183aa490b6400d6634de0ea /libavcodec/dvdata.h
parentd9cca9fc6a4796c0a4235b25f5f7fd7191813f3a (diff)
downloadffmpeg-streaming-242c73a0fd664be8fc1d69cc3e383c13524914b5.zip
ffmpeg-streaming-242c73a0fd664be8fc1d69cc3e383c13524914b5.tar.gz
lavc: use avpriv_ prefix for some dv symbols used in lavf.
Specifically, ff_dv_frame_profile and ff_dv_codec_profile.
Diffstat (limited to 'libavcodec/dvdata.h')
-rw-r--r--libavcodec/dvdata.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/dvdata.h b/libavcodec/dvdata.h
index 817b506..b2fb127 100644
--- a/libavcodec/dvdata.h
+++ b/libavcodec/dvdata.h
@@ -274,9 +274,9 @@ enum dv_pack_type {
*/
#define DV_MAX_BPM 8
-const DVprofile* ff_dv_frame_profile(const DVprofile *sys,
- const uint8_t* frame, unsigned buf_size);
-const DVprofile* ff_dv_codec_profile(AVCodecContext* codec);
+const DVprofile* avpriv_dv_frame_profile(const DVprofile *sys,
+ const uint8_t* frame, unsigned buf_size);
+const DVprofile* avpriv_dv_codec_profile(AVCodecContext* codec);
static inline int dv_write_dif_id(enum dv_section_type t, uint8_t chan_num,
uint8_t seq_num, uint8_t dif_num,
OpenPOWER on IntegriCloud