]> git.sesse.net Git - nageru/blobdiff - futatabi/player.cpp
Add a hack to FFmpegCapture for decoding Futatabi's Y'CbCr streams correctly.
[nageru] / futatabi / player.cpp
index 918b61dbef6cf64ebede07abfd7502a63202425c..b88aa56267e7b7e87f9747be3db8d96e25280e5a 100644 (file)
@@ -1,14 +1,14 @@
 #include "player.h"
 
 #include "clip_list.h"
-#include "context.h"
+#include "shared/context.h"
 #include "defs.h"
 #include "shared/ffmpeg_raii.h"
 #include "frame_on_disk.h"
-#include "httpd.h"
+#include "shared/httpd.h"
 #include "jpeg_frame_view.h"
-#include "mux.h"
-#include "timebase.h"
+#include "shared/mux.h"
+#include "shared/timebase.h"
 #include "video_stream.h"
 
 #include <algorithm>