X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fassdec.c;h=78cb6d93e111ffefd4b205e991936f171636871a;hb=02acfb1c01135542540045a8fb5b7dc16377476c;hp=4f1126cc0eeff899a99f8aedab38e373a3a4cd76;hpb=6ace8374bacf33e5f3407cb50e928e7533eb5e92;p=ffmpeg diff --git a/libavformat/assdec.c b/libavformat/assdec.c index 4f1126cc0ee..78cb6d93e11 100644 --- a/libavformat/assdec.c +++ b/libavformat/assdec.c @@ -86,7 +86,7 @@ static int read_header(AVFormatContext *s, AVFormatParameters *ap) st = avformat_new_stream(s, NULL); if (!st) return -1; - av_set_pts_info(st, 64, 1, 100); + avpriv_set_pts_info(st, 64, 1, 100); st->codec->codec_type = AVMEDIA_TYPE_SUBTITLE; st->codec->codec_id= CODEC_ID_SSA;