mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
act: convert to new channel layout API
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
f696343d13
commit
06bc48a878
@ -88,7 +88,7 @@ static int read_header(AVFormatContext *s)
|
||||
}
|
||||
|
||||
st->codecpar->frame_size=80;
|
||||
st->codecpar->channels=1;
|
||||
st->codecpar->ch_layout.nb_channels = 1;
|
||||
avpriv_set_pts_info(st, 64, 1, 100);
|
||||
|
||||
st->codecpar->codec_id=AV_CODEC_ID_G729;
|
||||
|
Loading…
Reference in New Issue
Block a user