summaryrefslogtreecommitdiffstats
path: root/common/av_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/av_common.c')
-rw-r--r--common/av_common.c1
1 files changed, 0 insertions, 1 deletions
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;
}