]> git.sesse.net Git - nageru/commitdiff
Add some missing includes to quicksync_encoder_impl.h.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 7 Nov 2018 18:31:15 +0000 (19:31 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 7 Nov 2018 20:29:36 +0000 (21:29 +0100)
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();