avconv: remove a forgotten debugging printf.

pull/59/head
Anton Khirnov 13 years ago
parent df98bf22cb
commit fd269d6253
  1. 1
      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) {

Loading…
Cancel
Save