mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-02 18:07:47 +00:00
sdx: convert to new channel layout API
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
e968ae81f2
commit
81b3ebbae9
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ static int sdx_read_header(AVFormatContext *s)
|
|||
return AVERROR(ENOMEM);
|
||||
|
||||
st->codecpar->codec_type = AVMEDIA_TYPE_AUDIO;
|
||||
st->codecpar->channels = 1;
|
||||
st->codecpar->ch_layout.nb_channels = 1;
|
||||
st->codecpar->sample_rate = avio_rl32(s->pb);
|
||||
switch (depth) {
|
||||
case 8:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue