Imported Debian version 2.5.0~trusty1.1
[deb_ffmpeg.git] / ffmpeg / libavcodec / dv_profile.h
index a2aec4d1c23c6a9346a5b0d5604dd5ec80e0144f..d4437c9786afd2211767c5ae2894e4cce3d65499 100644 (file)
@@ -58,8 +58,14 @@ typedef struct AVDVProfile {
     const uint8_t  (*audio_shuffle)[9];     /* PCM shuffling table */
 } AVDVProfile;
 
+#if FF_API_DV_FRAME_PROFILE
+/**
+ * @deprecated use av_dv_frame_profile()
+ */
+attribute_deprecated
 const AVDVProfile* avpriv_dv_frame_profile2(AVCodecContext* codec, const AVDVProfile *sys,
                                             const uint8_t* frame, unsigned buf_size);
+#endif
 
 /**
  * Get a DV profile for the provided compressed frame.