Changeset 10c00699b9af7b54eb9e59b9900f6dd24cd223c5

Show
Ignore:
Timestamp:
28/08/08 12:41:33 (3 months ago)
Author:
Laurent Aimar <fenrir@videolan.org>
git-committer:
Laurent Aimar <fenrir@videolan.org> 1219920093 +0200
git-parent:

[5831a30299d29ac8b096f2fce16d445edecc509b]

git-author:
Laurent Aimar <fenrir@videolan.org> 1219915521 +0200
Message:

Fixed audio visual activation introduced by [eff24974c62da8740d381ae45694474ac1ee2c05]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/audio_output/input.c

    reff2497 r10c0069  
    226226 
    227227    /* parse user filter lists */ 
    228     for( i_visual = 0; i_visual < 2; i_visual++ ) 
     228    for( i_visual = 0; i_visual < 3; i_visual++ ) 
    229229    { 
    230230        char *ppsz_array[] = { psz_scaletempo, psz_filters, psz_visual };