summaryrefslogtreecommitdiff
path: root/libavcodec/dv_profile.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-09-05 14:08:32 -0300
committerJames Almer <jamrial@gmail.com>2015-09-05 14:16:16 -0300
commit251fb7dcd4865a9821fc238dbcc674e57080c91e (patch)
tree208134b5fc2d86e09741a56a55d4e57fc2fdb772 /libavcodec/dv_profile.h
parent3433228795744a31e0f583ab6bb060d027273cff (diff)
avcodec: remove FF_API_DV_FRAME_PROFILE cruft
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/dv_profile.h')
-rw-r--r--libavcodec/dv_profile.h9
1 files changed, 0 insertions, 9 deletions
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.
*