diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-10-06 01:40:26 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-10-06 08:30:38 +0200 |
commit | 8830c4e8a97167b02f3a9c537a96425ad0b65d56 (patch) | |
tree | af4ee2f1288d8a52ff9e4e9e0e7d93c7fff822df /libavformat | |
parent | c768e96668f34cdf6fb8117de2167889908bdd71 (diff) | |
download | ffmpeg-8830c4e8a97167b02f3a9c537a96425ad0b65d56.tar.gz |
libmodplug: add TODO entry for probing.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/libmodplug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/libmodplug.c b/libavformat/libmodplug.c index 3b7e2433a4..d0e19796ca 100644 --- a/libavformat/libmodplug.c +++ b/libavformat/libmodplug.c @@ -19,6 +19,7 @@ /** * @file * ModPlug demuxer +* @todo better probing than extensions matching */ #include <libmodplug/modplug.h> |