]> git.sesse.net Git - nageru/blobdiff - nageru/ffmpeg_capture.h
IWYU-fix nageru/*.h.
[nageru] / nageru / ffmpeg_capture.h
index fc584827a373e791ae85123a3a58de3d553b72c7..122bf86726ba4cb6d73a70a0ca81166d6e7d7431 100644 (file)
 // see the subtitle until the next frame.
 
 #include <assert.h>
+#include <stddef.h>
 #include <stdint.h>
+#include <time.h>
+
+#include <atomic>
+#include <chrono>
 #include <functional>
 #include <map>
 #include <memory>
 #include <set>
 #include <string>
 #include <thread>
+#include <vector>
 
 #include <movit/effect.h>
 #include <movit/ycbcr.h>
 
 extern "C" {
+#include <libavutil/frame.h>
 #include <libswresample/swresample.h>
 #include <libavutil/channel_layout.h>
 #include <libavutil/pixfmt.h>