now waveforms and thumbnails are cached

This commit is contained in:
itsmattkc
2018-10-22 18:10:51 +11:00
parent bbdc17a984
commit 6558062099
12 changed files with 310 additions and 49 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ extern "C" {
#include <libavfilter/avfilter.h>
}
int main(int argc, char *argv[])
{
int main(int argc, char *argv[]) {
// init ffmpeg subsystem
av_register_all();
avfilter_register_all();