summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 275d973fda..c3f87ae836 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -1079,7 +1079,7 @@ int main(int argc, char* argv[])
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;