mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
nspdec: convert to new channel layout API
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
80005b681e
commit
86eef55878
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ static int nsp_read_header(AVFormatContext *s)
|
|||
}
|
||||
|
||||
st->codecpar->codec_type = AVMEDIA_TYPE_AUDIO;
|
||||
st->codecpar->channels = channels;
|
||||
st->codecpar->ch_layout.nb_channels = channels;
|
||||
st->codecpar->sample_rate = rate;
|
||||
st->codecpar->codec_id = AV_CODEC_ID_PCM_S16LE;
|
||||
st->codecpar->block_align = 2 * channels;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue