]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/video.h
vf_tinterlace: dont mix declarations and expressions
[ffmpeg] / libavfilter / video.h
index 42089444657b24e033619a21e38305aba0f0a557..e7b9115ef531cbf1c5356037b1156b51f7678794 100644 (file)
@@ -42,8 +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);
-
 /**
  * Notify the next filter of the start of a frame.
  *