diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-08-06 20:02:11 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-08-09 16:59:34 +0000 |
commit | 9325d88eba8038b3e2a4485e473a018410379e2d (patch) | |
tree | 22c127f4a4730cc8d96a382b8a30875e540f5973 /libavcodec/dv_profile.h | |
parent | 24c788f4878729a42150581d7ed7e9a11daf874d (diff) | |
download | ffmpeg-9325d88eba8038b3e2a4485e473a018410379e2d.tar.gz |
lavc: remove obsolete and disabled avpriv functions
Diffstat (limited to 'libavcodec/dv_profile.h')
-rw-r--r-- | libavcodec/dv_profile.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/dv_profile.h b/libavcodec/dv_profile.h index f2f5ce9b9b..5ad7b4f649 100644 --- a/libavcodec/dv_profile.h +++ b/libavcodec/dv_profile.h @@ -53,12 +53,6 @@ typedef struct AVDVProfile { const uint8_t (*audio_shuffle)[9]; /* PCM shuffling table */ } AVDVProfile; -#if LIBAVCODEC_VERSION_MAJOR < 56 -const AVDVProfile *avpriv_dv_frame_profile(const AVDVProfile *sys, - const uint8_t* frame, unsigned buf_size); -const AVDVProfile *avpriv_dv_codec_profile(AVCodecContext* codec); -#endif - /** * Get a DV profile for the provided compressed frame. * |