projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df98bf2
)
avconv: remove a forgotten debugging printf.
author
Anton Khirnov
<anton@khirnov.net>
Sat, 23 Jun 2012 14:10:08 +0000
(16:10 +0200)
committer
Anton Khirnov
<anton@khirnov.net>
Sun, 24 Jun 2012 05:15:32 +0000
(07:15 +0200)
avconv.c
patch
|
blob
|
history
diff --git
a/avconv.c
b/avconv.c
index da385c9c465833332330145edf40ece5950c1328..84e6baa2819a98868aa8693e10b0cc2711c883cb 100644
(file)
--- 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) {