]> git.sesse.net Git - nageru/blobdiff - quicksync_encoder_impl.h
Add some missing includes to quicksync_encoder_impl.h.
[nageru] / quicksync_encoder_impl.h
index 41f7e32345f16fd1ba19f4cd1de637459c948659..7645b99b6b34edf5e8afd83b91a6a9e7f981ba10 100644 (file)
@@ -19,6 +19,7 @@
 #include "defs.h"
 #include "timebase.h"
 #include "print_latency.h"
+#include "ref_counted_gl_sync.h"
 
 #define SURFACE_NUM 16 /* 16 surfaces for source YUV */
 #define MAX_NUM_REF1 16 // Seemingly a hardware-fixed value, not related to SURFACE_NUM
@@ -31,6 +32,13 @@ struct __bitstream {
 };
 typedef struct __bitstream bitstream;
 
+namespace movit {
+class ResourcePool;
+}
+class DiskSpaceEstimator;
+class QSurface;
+class X264Encoder;
+
 struct VADisplayWithCleanup {
        ~VADisplayWithCleanup();