]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/f_sendcmd.c
avfilter: Remove avfilter_next/avfilter_register API
[ffmpeg] / libavfilter / f_sendcmd.c
index 0ac87e07ef413d3ed2057d25c1d714a93856907e..6b02669afa06c9c4e4caa848e21411f6f6ef8b42 100644 (file)
@@ -475,9 +475,6 @@ static av_cold void uninit(AVFilterContext *ctx)
     av_freep(&s->intervals);
 }
 
-#define TS2D(ts) ((ts) == AV_NOPTS_VALUE ? NAN : (double)(ts))
-#define TS2T(ts, tb) ((ts) == AV_NOPTS_VALUE ? NAN : (double)(ts)*av_q2d(tb))
-
 static int filter_frame(AVFilterLink *inlink, AVFrame *ref)
 {
     AVFilterContext *ctx = inlink->dst;