X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Favisynth.c;h=17ff5a88a3c44ae281c21392b1d32ef00a33e410;hb=15c481614bb410cfa147f8051024d42b01eadff8;hp=b3f4a41a39e4435e78d93ea51b735034f353f6cf;hpb=0bd42ae72c0e88826b823d8106286d5abe2028e7;p=ffmpeg diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c index b3f4a41a39e..17ff5a88a3c 100644 --- a/libavformat/avisynth.c +++ b/libavformat/avisynth.c @@ -20,6 +20,7 @@ */ #include "avformat.h" +#include "internal.h" #include "riff.h" #include @@ -145,7 +146,7 @@ static int avisynth_read_header(AVFormatContext *s, AVFormatParameters *ap) st->codec->stream_codec_tag = stream->info.fccHandler; - av_set_pts_info(st, 64, info.dwScale, info.dwRate); + avpriv_set_pts_info(st, 64, info.dwScale, info.dwRate); st->start_time = stream->info.dwStart; } }