]> git.sesse.net Git - vlc/blobdiff - src/video_output/vout_internal.h
Try to use video-filter instead of vout-filter for deinterlacing.
[vlc] / src / video_output / vout_internal.h
index 77099c69fb936b02e41cf48bd3323d1e1c5bfa32..eb9fd1729e85413cee40f5d3a507318c8f071966 100644 (file)
@@ -79,6 +79,7 @@ struct vout_thread_sys_t
     mtime_t         i_pause_date;
 
     /* Filter chain */
+    bool           b_first_vout;  /* True if it is the first vout of the filter chain */
     char           *psz_filter_chain;
     bool            b_filter_change;