You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
yop: fix typo
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
This commit is contained in:
committed by
Justin Ruggles
parent
4632abc7a3
commit
b491da18d1
@@ -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
|
||||
|
Reference in New Issue
Block a user