]> git.sesse.net Git - nageru/blobdiff - futatabi/mainwindow.cpp
Add a hack to FFmpegCapture for decoding Futatabi's Y'CbCr streams correctly.
[nageru] / futatabi / mainwindow.cpp
index dd3c82764537bc23cb588a1dc9978e54db21b667..2a05a24428a3774c76bfb04b67079e85e0c9f4d6 100644 (file)
@@ -1,12 +1,12 @@
 #include "mainwindow.h"
 
 #include "clip_list.h"
-#include "disk_space_estimator.h"
+#include "shared/disk_space_estimator.h"
 #include "flags.h"
 #include "frame_on_disk.h"
 #include "player.h"
-#include "post_to_main_thread.h"
-#include "timebase.h"
+#include "shared/post_to_main_thread.h"
+#include "shared/timebase.h"
 #include "ui_mainwindow.h"
 
 #include <QMouseEvent>