]> git.sesse.net Git - nageru/blobdiff - nageru/mixer.cpp
Unify disk_space_estimator.cpp from Nageru and Futatabi.
[nageru] / nageru / mixer.cpp
index deaa8e73079710b7f13b8dffd6a9f084f0ae9b4c..0d782e8d8758674e033b867353041bb7598118b1 100644 (file)
 #include "cef_capture.h"
 #endif
 #include "chroma_subsampler.h"
-#include "context.h"
+#include "shared/context.h"
 #include "decklink_capture.h"
 #include "decklink_output.h"
 #include "defs.h"
-#include "disk_space_estimator.h"
+#include "shared/disk_space_estimator.h"
 #include "ffmpeg_capture.h"
 #include "flags.h"
 #include "input_mapping.h"
-#include "metrics.h"
+#include "shared/metrics.h"
 #include "pbo_frame_allocator.h"
-#include "ref_counted_gl_sync.h"
+#include "shared/ref_counted_gl_sync.h"
 #include "resampling_queue.h"
-#include "timebase.h"
+#include "shared/timebase.h"
 #include "timecode_renderer.h"
 #include "v210_converter.h"
 #include "video_encoder.h"