Changeset 280:ccbc8f57cccc in roaraudio


Ignore:
Timestamp:
07/24/08 16:02:52 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added --list-cf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r279 r280  
    3636       ); 
    3737 
     38 printf("\nCodec Filter Options:\n\n"); 
     39 printf(" --list-cf             - List all codec filter\n" 
     40       ); 
    3841 
    3942 printf("\nServer Options:\n\n"); 
     
    133136   realtime++; 
    134137 
     138  } else if ( strcmp(k, "--list-cf") == 0 ) { 
     139   print_codecfilterlist(); 
     140   return 0; 
     141 
    135142  } else if ( strcmp(k, "-R") == 0 || strcmp(k, "--rate") == 0 ) { 
    136143   sa.rate = atoi(argv[++i]); 
Note: See TracChangeset for help on using the changeset viewer.