diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-10-16 17:31:33 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-16 21:51:28 +0200 |
commit | 9329d36a3a7f3371e8a9279662c78e62ad9c7e2c (patch) | |
tree | b47fe6ca05dd2b4332154437e3ef0e5018537d59 /libavformat/cache.c | |
parent | 477718f40b3d8fddfb3ee3bea1125fe56986c7e6 (diff) | |
download | ffmpeg-9329d36a3a7f3371e8a9279662c78e62ad9c7e2c.tar.gz |
cache: add todo list
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/cache.c')
-rw-r--r-- | libavformat/cache.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libavformat/cache.c b/libavformat/cache.c index c08250b187..a95ad53713 100644 --- a/libavformat/cache.c +++ b/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" |