From 7412257305140e5a21a1acd35f6be546b9295dd5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 29 Jun 2014 13:22:11 +0200 Subject: av_common: remove unneeded field This is actually needed for encoding only, and not decoding. Drop it. --- common/av_common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'common') diff --git a/common/av_common.c b/common/av_common.c index 1a162b7d95..d8d5c7e09d 100644 --- a/common/av_common.c +++ b/common/av_common.c @@ -64,7 +64,6 @@ void mp_copy_lav_codec_headers(AVCodecContext *avctx, AVCodecContext *st) avctx->channels = st->channels; avctx->block_align = st->block_align; avctx->channel_layout = st->channel_layout; - avctx->audio_service_type = st->audio_service_type; avctx->bits_per_coded_sample = st->bits_per_coded_sample; } -- cgit v1.2.3