From edf253b4b7ceea1aa8a94ad0a69c721a576f63f3 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 17 Nov 2015 10:41:58 +0100 Subject: [PATCH] am7xxx-play: fix an error message, we now use am7xxx_send_image_async() --- examples/am7xxx-play.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/am7xxx-play.c b/examples/am7xxx-play.c index 0fa7c58..1b06dfa 100644 --- 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) { - perror("am7xxx_send_image"); + perror("am7xxx_send_image_async"); run = 0; goto end_while; } -- 2.1.4