[FFmpeg-cvslog] yop: fix 10l typo
Paul B Mahol
git at videolan.org
Wed Nov 21 21:18:12 CET 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Nov 21 20:15:02 2012 +0000| [8e6957964e03c3c34bb7e507500685756d13cb19] | committer: Paul B Mahol
yop: fix 10l typo
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e6957964e03c3c34bb7e507500685756d13cb19
---
libavformat/yop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/yop.c b/libavformat/yop.c
index 58e31ac..8f140ce 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
More information about the ffmpeg-cvslog
mailing list