From: Antonio Ospite Date: Sat, 27 Jul 2013 21:02:34 +0000 (+0200) Subject: TODO: mention that data types could be improved in the API X-Git-Tag: v0.1.4~11 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/d9891d12a7163c70946d2cf8cb6d05e841d53b97?ds=sidebyside TODO: mention that data types could be improved in the API --- diff --git a/TODO b/TODO index 3db48f2..3606b47 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ - Write a GStreamer sink element based on libam7xxx. - Generate language bindings in order to use libam7xxx from other languages (this may not be necessary if the GStreamer sink works well enough). +- If there will ever be an API breakage, consider using more portable types + (e.g. off_t for file sizes, size_t for counters, etc.)