From 8e6957964e03c3c34bb7e507500685756d13cb19 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 21 Nov 2012 20:15:02 +0000 Subject: [PATCH] yop: fix 10l typo Signed-off-by: Paul B Mahol --- libavformat/yop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/yop.c b/libavformat/yop.c index 58e31acad8..8f140ceaa6 100644 --- a/libavformat/yop.c +++ b/libavformat/yop.c @@ -82,7 +82,7 @@ static int yop_read_header(AVFormatContext *s) audio_dec->codec_type = AVMEDIA_TYPE_AUDIO; audio_dec->codec_id = AV_CODEC_ID_ADPCM_IMA_APC; audio_dec->channels = 1; - audio_dec->channels = AV_CH_LAYOUT_MONO; + audio_dec->channel_layout = AV_CH_LAYOUT_MONO; audio_dec->sample_rate = 22050; // Video