X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fwtvdec.c;h=cd65ce54a5247e6762f8ed7af6688004d778ac79;hb=7e09fe15d5d0eb021b6932330e2728fb026df2c0;hp=35114416aa3f0032893c7591a5ab505801cb35cc;hpb=3b4798a87375c6090215185a87d51358cbb5af84;p=ffmpeg diff --git a/libavformat/wtvdec.c b/libavformat/wtvdec.c index 35114416aa3..cd65ce54a52 100644 --- a/libavformat/wtvdec.c +++ b/libavformat/wtvdec.c @@ -570,7 +570,7 @@ static AVStream * new_stream(AVFormatContext *s, AVStream *st, int sid, int code } st->codec->codec_type = codec_type; st->need_parsing = AVSTREAM_PARSE_FULL; - av_set_pts_info(st, 64, 1, 10000000); + avpriv_set_pts_info(st, 64, 1, 10000000); return st; }