av_common: drop unused function

Unused since the AVCodecParameters change.
This commit is contained in:
wm4
2017-01-24 08:15:38 +01:00
parent b14fac9afa
commit c06fd19d8f
2 changed files with 0 additions and 24 deletions

View File

@@ -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);