mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
lavf: make av_set_pts_info private.
It's supposed to be called only from (de)muxers.
This commit is contained in:
@@ -374,7 +374,7 @@ static int decode_stream_header(NUTContext *nut){
|
||||
return -1;
|
||||
}
|
||||
stc->time_base= &nut->time_base[stc->time_base_id];
|
||||
av_set_pts_info(s->streams[stream_id], 63, stc->time_base->num, stc->time_base->den);
|
||||
avpriv_set_pts_info(s->streams[stream_id], 63, stc->time_base->num, stc->time_base->den);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user