mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
lavf: make av_set_pts_info private.
It's supposed to be called only from (de)muxers.
This commit is contained in:
@ -178,7 +178,7 @@ static int ogg_new_stream(AVFormatContext *s, uint32_t serial, int new_avstream)
|
||||
return AVERROR(ENOMEM);
|
||||
|
||||
st->id = idx;
|
||||
av_set_pts_info(st, 64, 1, 1000000);
|
||||
avpriv_set_pts_info(st, 64, 1, 1000000);
|
||||
}
|
||||
|
||||
return idx;
|
||||
|
Reference in New Issue
Block a user