]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/interlace.h
avdevice/decklink: addition of absolute wallclock option for pts source
[ffmpeg] / libavfilter / interlace.h
index 90a0198bdc4aa1d13110d17e7784a3a0fb2e1f2f..b41f0d5706fab36cb5929fbf8a14daafc4be13f5 100644 (file)
@@ -62,6 +62,7 @@ typedef struct InterlaceContext {
                          ptrdiff_t mref, ptrdiff_t pref, int clip_max);
 } InterlaceContext;
 
-void ff_interlace_init_x86(InterlaceContext *interlace);
+void ff_interlace_init(InterlaceContext *interlace, int depth);
+void ff_interlace_init_x86(InterlaceContext *interlace, int depth);
 
 #endif /* AVFILTER_INTERLACE_H */