summaryrefslogtreecommitdiffstats
path: root/common/av_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-01-24 08:15:38 +0100
committerwm4 <wm4@nowhere>2017-01-24 08:15:38 +0100
commitc06fd19d8f031f15eb2001a112dd49c8c2b0e464 (patch)
tree349dc87c2a326c84a548df01b8148e5f6d8e1e17 /common/av_common.h
parentb14fac9afa79e44d8b0323c6ddbef1557cdd0d8d (diff)
downloadmpv-c06fd19d8f031f15eb2001a112dd49c8c2b0e464.tar.bz2
mpv-c06fd19d8f031f15eb2001a112dd49c8c2b0e464.tar.xz
av_common: drop unused function
Unused since the AVCodecParameters change.
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);