summaryrefslogtreecommitdiffstats
path: root/common/av_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/av_common.h')
-rw-r--r--common/av_common.h1
1 files changed, 0 insertions, 1 deletions
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);