]> git.sesse.net Git - vlc/commit
* Fixed stuff in the wall filter. Extended syntax:
authorSam Hocevar <sam@videolan.org>
Wed, 30 Jan 2002 00:09:49 +0000 (00:09 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 30 Jan 2002 00:09:49 +0000 (00:09 +0000)
commitd3154bfbfe6eea04182b7a69409d408dab0609ad
treef1945c53b5eb3954f6ffcaf4143d41bada801477
parentee87a69135ec0e327c19340e997b4e342373f96c
  * Fixed stuff in the wall filter. Extended syntax:
     --filter wall         % open a wall (3x3 is the default value)
     --filter wall:2       % open a 2x2 wall
     --filter wall:3x2     % open a 3x2 wall
     --filter wall:2x1:0   % open a 2x1 wall, only display block 0
     --filter wall:2:0,3   % open a 2x2 wall, only display blocks 0 and 3
    For instance, if you have 2 computers listening to a network stream, on
    the left computer you use --filter wall:2x1:0 and on the right computer
    you use --filter wall:2x1:1
MODULES
plugins/filter/wall.c