]> git.sesse.net Git - vlc/blobdiff - include/vlc_filter.h
* ALL : ported the deinterlace module to video filter2. New
[vlc] / include / vlc_filter.h
index 26d8ee0b15eb8c668e620136b7a22ac922c35037..761d8e5b08b206b514b09829703498f6fc117446 100644 (file)
@@ -51,6 +51,9 @@ struct filter_t
     /* Output format of filter */
     es_format_t         fmt_out;
 
+    /* Filter configuration */
+    sout_cfg_t *        p_cfg;
+
     picture_t *         ( * pf_video_filter ) ( filter_t *, picture_t * );
     block_t *           ( * pf_audio_filter ) ( filter_t *, block_t * );
     void                ( * pf_video_blend )  ( filter_t *, picture_t *,