]> git.sesse.net Git - vlc/commit
Modified deinterlace selection.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 5 Oct 2009 21:26:05 +0000 (23:26 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 5 Oct 2009 21:34:01 +0000 (23:34 +0200)
commit3f0b08b9a27df8306fa45a35bb61a0d5fdaa31b4
tree5334a81b8e5b4a97649322a6313704b040640751
parentefd8144e169d0cc9b71e1d90ccc329e75753361f
Modified deinterlace selection.

At the core and vout, you now have 2 variables:
 - deinterlace: on/off/auto (off is default). It let you say if you
 want to deinterlace or not.
 - deinterlace-mode: discard, blend, ... (blend is default). It let you
 specify the mode used when deinterlacing is equal to on/auto.

 The mode auto is not yet supported and simply default to on.
src/libvlc-module.c
src/video_output/video_output.c