mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
vivo: convert to new channel layout API
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
f799b6e23c
commit
7591de37e6
@ -249,7 +249,7 @@ static int vivo_read_header(AVFormatContext *s)
|
||||
ast->start_time = 0;
|
||||
ast->codecpar->codec_tag = 0;
|
||||
ast->codecpar->codec_type = AVMEDIA_TYPE_AUDIO;
|
||||
ast->codecpar->channels = 1;
|
||||
ast->codecpar->ch_layout.nb_channels = 1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user