diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-11-21 20:15:02 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-11-21 20:15:02 +0000 |
commit | 8e6957964e03c3c34bb7e507500685756d13cb19 (patch) | |
tree | 210a77b78694b2ff191feff21325e254f6fb6180 /libavformat | |
parent | b93c933cd25346bd0737cbe1e54358b5005492c0 (diff) | |
download | ffmpeg-8e6957964e03c3c34bb7e507500685756d13cb19.tar.gz |
yop: fix 10l typo
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/yop.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |