projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b0731f0
)
am7xxx-play: fix an error message, we now use am7xxx_send_image_async()
author
Antonio Ospite <ao2@ao2.it>
Tue, 17 Nov 2015 09:41:58 +0000
(10:41 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Tue, 17 Nov 2015 09:41:58 +0000
(10:41 +0100)
examples/am7xxx-play.c
patch
|
blob
|
history
diff --git
a/examples/am7xxx-play.c
b/examples/am7xxx-play.c
index
0fa7c58
..
1b06dfa
100644
(file)
--- a/
examples/am7xxx-play.c
+++ b/
examples/am7xxx-play.c
@@
-435,7
+435,7
@@
static int am7xxx_play(const char *input_format_string,
out_picture,
out_picture_size);
if (ret < 0) {
out_picture,
out_picture_size);
if (ret < 0) {
- perror("am7xxx_send_image");
+ perror("am7xxx_send_image
_async
");
run = 0;
goto end_while;
}
run = 0;
goto end_while;
}