From 3eceac2eab0b42ee082a0b615ebf40a21f0fb915 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 7 Dec 2016 19:44:29 +0100 Subject: Remove compatibility things Possible with bumped FFmpeg/Libav. These are just the simple cases. --- demux/stheader.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'demux/stheader.h') diff --git a/demux/stheader.h b/demux/stheader.h index 240be72a46..26c1246d66 100644 --- a/demux/stheader.h +++ b/demux/stheader.h @@ -71,8 +71,6 @@ struct mp_codec_params { int extradata_size; // Codec specific header data (set by demux_lavf.c only) - // Which one is in use depends on HAVE_AVCODEC_HAS_CODECPAR. - struct AVCodecContext *lav_headers; struct AVCodecParameters *lav_codecpar; // Timestamp granularity for converting double<->rational timestamps. -- cgit v1.2.3