]> git.sesse.net Git - nageru/blobdiff - h264encode.h
Re-run IWYU, again with lots of manual cleanup.
[nageru] / h264encode.h
index 7a10d927ca84f94a7f8abc74fb7c6c7910b2e8d0..2bbbed50f57069dfe4249eb0c31713d3d2d38cdc 100644 (file)
 #define _H264ENCODE_H
 
 extern "C" {
+#include <libavcodec/avcodec.h>
 #include <libavformat/avformat.h>
 }
 #include <epoxy/gl.h>
+#include <stdbool.h>
+#include <stdint.h>
 #include <atomic>
 #include <condition_variable>
 #include <map>