From: Paul B Mahol Date: Wed, 21 Nov 2012 20:15:02 +0000 (+0000) Subject: yop: fix typo X-Git-Tag: v9_beta3~247 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b491da18d1df50428411b40d76db496068861496;p=platform%2Fupstream%2Flibav.git yop: fix typo Signed-off-by: Paul B Mahol Signed-off-by: Justin Ruggles --- diff --git a/libavformat/yop.c b/libavformat/yop.c index 351938b..5fe6bdc 100644 --- a/libavformat/yop.c +++ b/libavformat/yop.c @@ -75,7 +75,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