mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
oggparsecelt: call av_set_pts_info unconditionally.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
This commit is contained in:
parent
46f83e5b3c
commit
51c1e255e5
@ -71,8 +71,7 @@ static int celt_header(AVFormatContext *s, int idx)
|
||||
st->codec->sample_fmt = AV_SAMPLE_FMT_S16;
|
||||
st->codec->extradata = extradata;
|
||||
st->codec->extradata_size = 2 * sizeof(uint32_t);
|
||||
if (sample_rate)
|
||||
av_set_pts_info(st, 64, 1, sample_rate);
|
||||
av_set_pts_info(st, 64, 1, sample_rate);
|
||||
priv->extra_headers_left = 1 + extra_headers;
|
||||
os->private = priv;
|
||||
AV_WL32(extradata + 0, overlap);
|
||||
|
Loading…
Reference in New Issue
Block a user