summaryrefslogtreecommitdiffstats
path: root/common/av_common.h
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2023-03-14 23:31:52 +0200
committerJan Ekström <jeebjp@gmail.com>2023-03-14 23:59:47 +0200
commit1313f287e5508ddee514ef5242339cd5edb1bf9b (patch)
tree27d9929f85e4bebbbb3a2dee5bbf643d973b18d7 /common/av_common.h
parent9f5d7d59328bc6d73d06fe67431a3d4ad4ffc2ac (diff)
downloadmpv-1313f287e5508ddee514ef5242339cd5edb1bf9b.tar.bz2
mpv-1313f287e5508ddee514ef5242339cd5edb1bf9b.tar.xz
common/av_common: clean up mp_lavc_set_extradata
It no longer has any users, as the last ones (subtitle decoders) were switched to mp_set_avctx_codec_headers.
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 2c97ad19cc..1f05e14fab 100644
--- a/common/av_common.h
+++ b/common/av_common.h
@@ -31,7 +31,6 @@ struct mp_codec_params;
struct AVDictionary;
struct mp_log;
-int mp_lavc_set_extradata(AVCodecContext *avctx, void *ptr, int size);
enum AVMediaType mp_to_av_stream_type(int type);
AVCodecParameters *mp_codec_params_to_av(const struct mp_codec_params *c);
int mp_set_avctx_codec_headers(AVCodecContext *avctx, const struct mp_codec_params *c);