]> git.sesse.net Git - vlc/commit
use config chain for the --sub-filter option.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 1 Oct 2006 16:33:59 +0000 (16:33 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 1 Oct 2006 16:33:59 +0000 (16:33 +0000)
commit9786ac4147c27fbc2ead747d4ec908fd34c01ef5
tree7d7dc9ac7edaa618d99993cc1a65b2645ef1803b
parent62fffadfea2834f7ff57a6ec1b15f8be35e68916
use config chain for the --sub-filter option.
Example:
  --sub-filter "marq{marquee=pouet}:marq{marquee=\$N,y=50,x=50}"
Sub filters other than marq still need to be changed
rc interface marq callbacks need to be fixed too
include/vlc_filter.h
modules/video_filter/marq.c
src/video_output/video_output.c
src/video_output/vout_subpictures.c