Changeset 3194:7f3169d44d66 in roaraudio


Ignore:
Timestamp:
01/23/10 17:11:53 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some less gcc warnings....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/roard/protocol-esound.c

    r2828 r3194  
    242242 int dir = -1; 
    243243 int esdformat; 
    244  int rate; 
     244 int rate = 0; 
    245245 
    246246 if ( client == -1 || cmd == NULL || data == NULL || vio == NULL ) 
     
    373373int emul_esd_on_stream_pan (int client, struct emul_esd_command * cmd, void * data, struct roar_vio_calls * vio) { 
    374374 struct roar_stream_server * ss; 
    375  int stream; 
    376  int left, right; 
     375 int stream = -1; 
     376 int left = 256, right = 256; 
    377377 int ok = 0; 
    378378 
Note: See TracChangeset for help on using the changeset viewer.