summaryrefslogtreecommitdiffstats
path: root/common/av_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-11 01:25:49 +0100
committerwm4 <wm4@nowhere>2014-01-11 01:25:49 +0100
commit4b4926bbb3102836fc0c2edafe791cca6209f45e (patch)
tree3ed7d5f45e2e61ab956e18db96106cf27d99323a /common/av_common.h
parent27e4360b0bc521ec6bb6ecd7c374a51c8114d090 (diff)
downloadmpv-4b4926bbb3102836fc0c2edafe791cca6209f45e.tar.bz2
mpv-4b4926bbb3102836fc0c2edafe791cca6209f45e.tar.xz
Factor out setting AVCodecContext extradata
Diffstat (limited to 'common/av_common.h')
-rw-r--r--common/av_common.h1
1 files changed, 1 insertions, 0 deletions
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);