From c06fd19d8f031f15eb2001a112dd49c8c2b0e464 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 24 Jan 2017 08:15:38 +0100 Subject: av_common: drop unused function Unused since the AVCodecParameters change. --- common/av_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common/av_common.h') diff --git a/common/av_common.h b/common/av_common.h index 4b13dcdd0c..553c01a931 100644 --- a/common/av_common.h +++ b/common/av_common.h @@ -31,7 +31,6 @@ struct AVDictionary; struct mp_log; int mp_lavc_set_extradata(AVCodecContext *avctx, void *ptr, int size); -void mp_copy_lav_codec_headers(AVCodecContext *avctx, AVCodecContext *st); void mp_set_lav_codec_headers(AVCodecContext *avctx, struct mp_codec_params *c); AVRational mp_get_codec_timebase(struct mp_codec_params *c); void mp_set_av_packet(AVPacket *dst, struct demux_packet *mpkt, AVRational *tb); -- cgit v1.2.3