From: Antonio Ospite Date: Sat, 20 Jul 2013 22:10:28 +0000 (+0200) Subject: am7xxx: implement am7xxx_send_image_async() X-Git-Tag: v0.1.4~20 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/860428c1b8ee26b327ec3c9fb8943fd17a49d755?hp=860428c1b8ee26b327ec3c9fb8943fd17a49d755 am7xxx: implement am7xxx_send_image_async() Implement am7xxx_send_image_async() the non-blocking version of am7xxx_send_image(). This way user programs can more easily overlap encoding and communication and achieve higher framerates. ---