Changeset 118:d3c4bca914cd in roaraudio


Ignore:
Timestamp:
07/13/08 14:48:19 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarvorbis.c

    r117 r118  
    3535 int    i; 
    3636 FILE * in; 
     37 int    out; 
    3738 struct roar_connection con; 
    3839 struct roar_stream     s; 
     
    8182 
    8283 { 
    83   char **ptr=ov_comment(&vf,-1)->user_comments; 
    84   char key[80], value[80]; 
    85   int j, h = 0; 
    86   vorbis_info *vi=ov_info(&vf,-1); 
    87   struct roar_meta   meta; 
     84  vorbis_info *vi = ov_info(&vf, -1); 
    8885 
    8986  fprintf(stderr, "Audio: %i channel, %liHz\n\n", vi->channels, vi->rate); 
     
    9895   return -1; 
    9996  } 
     97 } 
     98 
     99 { 
     100  char **ptr = ov_comment(&vf, -1)->user_comments; 
     101  char key[80], value[80]; 
     102  int j, h = 0; 
     103  struct roar_meta   meta; 
    100104 
    101105  meta.value = value; 
Note: See TracChangeset for help on using the changeset viewer.