Changeset 8a35a386f00cde58d97b9eea3f78d7a130cf9219

Show
Ignore:
Timestamp:
22/01/08 08:20:16 (9 months ago)
Author:
Ilkka Ollakka <ileoo@videolan.org>
git-committer:
Ilkka Ollakka <ileoo@videolan.org> 1200986416 +0000
git-parent:

[e10343bb5d2a5d989ea7616233551882b319eb6b]

git-author:
Ilkka Ollakka <ileoo@videolan.org> 1200986416 +0000
Message:

fix previous commit

Files:

Legend:

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

    re10343b r8a35a38  
    154154                   audio_volume_t * pi_volume ) 
    155155{ 
     156    vlc_value_t val; 
    156157    aout_instance_t * p_aout = vlc_object_find( p_object, VLC_OBJECT_AOUT, 
    157158                                                FIND_ANYWHERE ); 
     
    197198                     audio_volume_t * pi_volume ) 
    198199{ 
     200    vlc_value_t val; 
    199201    aout_instance_t * p_aout = vlc_object_find( p_object, VLC_OBJECT_AOUT, 
    200202                                                FIND_ANYWHERE );