Commit fd269d62 authored by Anton Khirnov's avatar Anton Khirnov

avconv: remove a forgotten debugging printf.

parent df98bf22
...@@ -4441,7 +4441,6 @@ loop_end: ...@@ -4441,7 +4441,6 @@ loop_end:
} else if (ret < 0) } else if (ret < 0)
exit_program(1); exit_program(1);
} }
printf("ret %d, stream_spec %s\n", ret, stream_spec);
} }
else { else {
switch (type) { switch (type) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment