Module: libav Branch: master Commit: fd269d6253576f220dbd18c367593cc6242989dc
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Sat Jun 23 16:10:08 2012 +0200 avconv: remove a forgotten debugging printf. --- avconv.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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) { _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
