summaryrefslogtreecommitdiff
path: root/avconv.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-06-23 16:10:08 +0200
committerAnton Khirnov <anton@khirnov.net>2012-06-24 07:15:32 +0200
commitfd269d6253576f220dbd18c367593cc6242989dc (patch)
treecc6686b9ae12a905a3ac3957194ae753ab69c6a6 /avconv.c
parentdf98bf22cb931376c6423ede861e5a94c3881e94 (diff)
avconv: remove a forgotten debugging printf.
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/avconv.c b/avconv.c
index da385c9c46..84e6baa281 100644
--- 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) {