Browse Source

cache: add todo list

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Michael Niedermayer 13 years ago
parent
commit
9329d36a3a
1 changed files with 7 additions and 0 deletions
  1. 7 0
      libavformat/cache.c

+ 7 - 0
libavformat/cache.c

@@ -21,6 +21,13 @@
  * 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"