OSDN Git Service

avconv: remove a forgotten debugging printf.
authorAnton Khirnov <anton@khirnov.net>
Sat, 23 Jun 2012 14:10:08 +0000 (16:10 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 24 Jun 2012 05:15:32 +0000 (07:15 +0200)
avconv.c

index da385c9..84e6baa 100644 (file)
--- a/avconv.c
+++ b/avconv.c
@@ -4441,7 +4441,6 @@ loop_end:
                 } else if (ret < 0)
                     exit_program(1);
             }
-            printf("ret %d, stream_spec %s\n", ret, stream_spec);
         }
         else {
             switch (type) {