From 251fb7dcd4865a9821fc238dbcc674e57080c91e Mon Sep 17 00:00:00 2001 From: James Almer Date: Sat, 5 Sep 2015 14:08:32 -0300 Subject: avcodec: remove FF_API_DV_FRAME_PROFILE cruft Signed-off-by: James Almer --- libavcodec/dv_profile.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libavcodec/dv_profile.h') diff --git a/libavcodec/dv_profile.h b/libavcodec/dv_profile.h index d22ad2663f..9380a66f07 100644 --- a/libavcodec/dv_profile.h +++ b/libavcodec/dv_profile.h @@ -58,15 +58,6 @@ 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. * -- cgit v1.2.3