]> git.sesse.net Git - nageru/blobdiff - video_encoder.h
Set x264 global headers (Quick Sync global headers are still not there).
[nageru] / video_encoder.h
index bb1be55c836641beacb2dcea2898c778ae331d58..78162e9c91badb1f18273d7b27ee0f430c3734da 100644 (file)
@@ -46,6 +46,7 @@ private:
        static int write_packet_thunk(void *opaque, uint8_t *buf, int buf_size);
        int write_packet(uint8_t *buf, int buf_size);
 
+       AVOutputFormat *oformat;
        std::unique_ptr<QuickSyncEncoder> quicksync_encoder;
        movit::ResourcePool *resource_pool;
        QSurface *surface;