Changeset 551:1edce32e06ad in roaraudio


Ignore:
Timestamp:
08/18/08 18:22:16 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make --list-cf look nice after we now have codec names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter.c

    r541 r551  
    4646 
    4747 for (i = 0; g_codecfilter[i].name != NULL; i++) { 
    48   printf("  %-8s %-8s - %s (options: %s)\n", 
     48  printf("  %-12s %-12s - %s (options: %s)\n", 
    4949             roar_codec2str(g_codecfilter[i].codec), 
    5050             g_codecfilter[i].name, 
Note: See TracChangeset for help on using the changeset viewer.