From 68c88cb6a713359b60583cc04a47ca7c9a1ad267 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ospite@studenti.unina.it>
Date: Sun, 21 Jul 2013 00:13:33 +0200
Subject: [PATCH 1/1] am7xxx-play: use am7xxx_send_image_async()

Woot, this change alone doubles the frame rate :)
---
 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 21e5187..4506358 100644
--- a/examples/am7xxx-play.c
+++ b/examples/am7xxx-play.c
@@ -427,7 +427,7 @@ static int am7xxx_play(const char *input_format_string,
 			fclose(file);
 #endif
 
-			ret = am7xxx_send_image(dev,
+			ret = am7xxx_send_image_async(dev,
 						image_format,
 						(output_ctx.codec_ctx)->width,
 						(output_ctx.codec_ctx)->height,
-- 
2.1.4