]> git.sesse.net Git - vlc/commit
Make "video filter2" filters selectable on the vout level.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 16 Jul 2006 20:57:09 +0000 (20:57 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 16 Jul 2006 20:57:09 +0000 (20:57 +0000)
commit6b7fbfedbba57bad1954b64ce478baa6aafd658a
treec43752039f075a34db9ace296e06aabacf591369
parent25f65dade398ac6c41bb641692fbc392dd2c65cc
Make "video filter2" filters selectable on the vout level.
Exemple: --video-filter "adjust{hue=180}:wave"
For the moment, the video filter2 filters are applied *before* subpicture filters.
include/video_output.h
src/libvlc.h
src/video_output/video_output.c