diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-06-23 16:10:08 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-06-24 07:15:32 +0200 |
commit | fd269d6253576f220dbd18c367593cc6242989dc (patch) | |
tree | cc6686b9ae12a905a3ac3957194ae753ab69c6a6 /avconv.c | |
parent | df98bf22cb931376c6423ede861e5a94c3881e94 (diff) | |
download | ffmpeg-fd269d6253576f220dbd18c367593cc6242989dc.tar.gz |
avconv: remove a forgotten debugging printf.
Diffstat (limited to 'avconv.c')
-rw-r--r-- | avconv.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) { |