X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fanm.c;h=812bc285c339c227d312f411cd88be8ed21eddfc;hb=e098fba5d9c9d52aaddd83e63dd910ff20b841d2;hp=99864f6b5420e9c6c83020aecc3eaa5921e80af1;hpb=f955fdc7c6a8c651c9e67fb1f79d3f0b2f72df11;p=ffmpeg diff --git a/libavformat/anm.c b/libavformat/anm.c index 99864f6b542..812bc285c33 100644 --- a/libavformat/anm.c +++ b/libavformat/anm.c @@ -26,6 +26,7 @@ #include "libavutil/intreadwrite.h" #include "avformat.h" +#include "internal.h" typedef struct { int base_record; @@ -128,7 +129,7 @@ static int read_header(AVFormatContext *s, avio_skip(pb, 32); /* record_types */ st->nb_frames = avio_rl32(pb); - av_set_pts_info(st, 64, 1, avio_rl16(pb)); + avpriv_set_pts_info(st, 64, 1, avio_rl16(pb)); avio_skip(pb, 58); /* color cycling and palette data */