]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/yadif.h
doc/filters: Documentation to add sess_config option for tensorflow backend
[ffmpeg] / libavfilter / yadif.h
index 773f29bac99f742e37f24261ede6dea5435f282d..c928911b357b70b577458823b34a8724d5da81db 100644 (file)
@@ -72,10 +72,7 @@ typedef struct YADIFContext {
     void (*filter_edges)(void *dst, void *prev, void *cur, void *next,
                          int w, int prefs, int mrefs, int parity, int mode);
 
-    int nb_components;
-    int depth;
-    int hsub;
-    int vsub;
+    const AVPixFmtDescriptor *csp;
     int eof;
     uint8_t *temp_line;
     int temp_line_size;