]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dvdata.h
Fix compilation without HAVE_AVX, HAVE_YASM etc.
[ffmpeg] / libavcodec / dvdata.h
index 33a5cf1af611da88d56dd5086f074b4da063e887..557e744b8e3f8f98fa969deaa4da4be679227417 100644 (file)
@@ -274,11 +274,11 @@ enum dv_pack_type {
  */
 #define DV_MAX_BPM 8
 
-const DVprofile* ff_dv_frame_profile(const DVprofile *sys,
+const DVprofile* avpriv_dv_frame_profile(const DVprofile *sys,
                                   const uint8_t* frame, unsigned buf_size);
-const DVprofile* ff_dv_frame_profile2(AVCodecContext* codec, const DVprofile *sys,
+const DVprofile* avpriv_dv_frame_profile2(AVCodecContext* codec, const DVprofile *sys,
                                   const uint8_t* frame, unsigned buf_size);
-const DVprofile* ff_dv_codec_profile(AVCodecContext* codec);
+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,