[FFmpeg-cvslog] avconv: remove a forgotten debugging printf.
Anton Khirnov
git at videolan.org
Sun Jun 24 21:41:45 CEST 2012
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Jun 23 16:10:08 2012 +0200| [fd269d6253576f220dbd18c367593cc6242989dc] | committer: Anton Khirnov
avconv: remove a forgotten debugging printf.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd269d6253576f220dbd18c367593cc6242989dc
---
avconv.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/avconv.c b/avconv.c
index da385c9..84e6baa 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) {
More information about the ffmpeg-cvslog
mailing list