From: Antonio Ospite Date: Tue, 17 Nov 2015 09:41:58 +0000 (+0100) Subject: am7xxx-play: fix an error message, we now use am7xxx_send_image_async() X-Git-Tag: v0.1.6~7 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/edf253b4b7ceea1aa8a94ad0a69c721a576f63f3?hp=b0731f05fb3ddcbea19c88d628e1b539966c21fd am7xxx-play: fix an error message, we now use am7xxx_send_image_async() --- 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; }