[FFmpeg-cvslog] yop: fix typo

Paul B Mahol git at videolan.org
Mon Nov 26 00:50:57 CET 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Nov 21 20:15:02 2012 +0000| [b491da18d1df50428411b40d76db496068861496] | committer: Justin Ruggles

yop: fix typo

Signed-off-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Justin Ruggles <justin.ruggles at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b491da18d1df50428411b40d76db496068861496
---

 libavformat/yop.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list