mirror of https://git.ffmpeg.org/ffmpeg.git
ALSA encoder: correctly set time_base.
This commit is contained in:
parent
721be99371
commit
d1b029dec9
|
@ -61,6 +61,7 @@ static av_cold int audio_write_header(AVFormatContext *s1)
|
|||
st->codec->sample_rate, sample_rate);
|
||||
goto fail;
|
||||
}
|
||||
av_set_pts_info(st, 64, 1, sample_rate);
|
||||
|
||||
return res;
|
||||
|
||||
|
|
Loading…
Reference in New Issue