[vlc-devel] commit: Modified deinterlace selection. (Laurent Aimar )
git version control
git at videolan.org
Mon Oct 5 23:52:26 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Oct 5 23:26:05 2009 +0200| [3f0b08b9a27df8306fa45a35bb61a0d5fdaa31b4] | committer: Laurent Aimar
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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3f0b08b9a27df8306fa45a35bb61a0d5fdaa31b4
---
src/libvlc-module.c | 20 ++++-
src/video_output/video_output.c | 160 ++++++++++++++++++++++++---------------
2 files changed, 116 insertions(+), 64 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=3f0b08b9a27df8306fa45a35bb61a0d5fdaa31b4
More information about the vlc-devel
mailing list