]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/interlace.h
Merge commit 'cfa4eb4fba782f3f37a33be997b27a91a07053c9'
[ffmpeg] / libavfilter / interlace.h
index da073aeba3615f584c8c8096fdda8007a107086e..107c94fdb15cdfa6550809d107eb779fd56f36db 100644 (file)
@@ -50,7 +50,7 @@ typedef struct InterlaceContext {
     int lowpass;           // enable or disable low pass filtering
     AVFrame *cur, *next;   // the two frames from which the new one is obtained
     void (*lowpass_line)(uint8_t *dstp, ptrdiff_t linesize, const uint8_t *srcp,
-                         const uint8_t *srcp_above, const uint8_t *srcp_below);
+                         ptrdiff_t mref, ptrdiff_t pref);
 } InterlaceContext;
 
 void ff_interlace_init_x86(InterlaceContext *interlace);