# HG changeset patch # User diego # Date 1141745941 0 # Node ID 25b3d3258892744ec10e823ffdc54f2f9355a883 # Parent 7d4c7463e91b8159ee38632b4ab5ef0609d4fcea Comment out debug output. diff -r 7d4c7463e91b -r 25b3d3258892 codec-cfg.c --- a/codec-cfg.c Tue Mar 07 15:37:58 2006 +0000 +++ b/codec-cfg.c Tue Mar 07 15:39:01 2006 +0000 @@ -1079,7 +1079,7 @@ if(d>='0' && d<='9'){ // begin section section=d-'0'; - printf("BEGIN %d\n",section); + //printf("BEGIN %d\n",section); if(section>=5){ // audio cl = audio_codecs;