OSDN Git Service

cache: add todo list
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 16 Oct 2011 15:31:33 +0000 (17:31 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 16 Oct 2011 19:51:28 +0000 (21:51 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/cache.c

index c08250b..a95ad53 100644 (file)
  * Based on file.c by Fabrice Bellard
  */
 
+/**
+ * @TODO
+ *      support non continuous caching
+ *      support keeping files
+ *      support filling with a background thread
+ */
+
 #include "libavutil/avassert.h"
 #include "libavutil/avstring.h"
 #include "libavutil/file.h"