]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/video.h
vf_tinterlace: dont mix declarations and expressions
[ffmpeg] / libavfilter / video.h
index c677f300470b0ede83ca02095919e5c87dfd077d..e7b9115ef531cbf1c5356037b1156b51f7678794 100644 (file)
@@ -42,11 +42,6 @@ AVFilterBufferRef *ff_null_get_video_buffer(AVFilterLink *link, int perms, int w
 AVFilterBufferRef *ff_get_video_buffer(AVFilterLink *link, int perms,
                                        int w, int h);
 
-int ff_inplace_start_frame(AVFilterLink *link, AVFilterBufferRef *picref);
-int ff_null_start_frame(AVFilterLink *link, AVFilterBufferRef *picref);
-int ff_null_draw_slice(AVFilterLink *link, int y, int h, int slice_dir);
-int ff_null_end_frame(AVFilterLink *link);
-
 /**
  * Notify the next filter of the start of a frame.
  *
@@ -61,11 +56,6 @@ int ff_null_end_frame(AVFilterLink *link);
  */
 int ff_start_frame(AVFilterLink *link, AVFilterBufferRef *picref);
 
-/**
- * Pass video frame along and keep an internal reference for later use.
- */
-int ff_null_start_frame_keep_ref(AVFilterLink *inlink, AVFilterBufferRef *picref);
-
 /**
  * Notify the next filter that the current frame has finished.
  *