From 4b4926bbb3102836fc0c2edafe791cca6209f45e Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 11 Jan 2014 01:25:49 +0100 Subject: Factor out setting AVCodecContext extradata --- common/av_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/av_common.h') diff --git a/common/av_common.h b/common/av_common.h index 7bf2d64d9e..2e55fe17a0 100644 --- a/common/av_common.h +++ b/common/av_common.h @@ -27,6 +27,7 @@ struct mp_decoder_list; struct demux_packet; +int mp_lavc_set_extradata(AVCodecContext *avctx, void *ptr, int size); void mp_copy_lav_codec_headers(AVCodecContext *avctx, AVCodecContext *st); void mp_set_av_packet(AVPacket *dst, struct demux_packet *mpkt, AVRational *tb); int64_t mp_pts_to_av(double mp_pts, AVRational *tb); -- cgit v1.2.3