]> git.sesse.net Git - nageru/blobdiff - quicksync_encoder_impl.h
Add a CORS policy to the channel endpoints, so that external applications can query...
[nageru] / quicksync_encoder_impl.h
index 85ac3ab980d525369e7f9c788d31dd0b8208ce78..bc84e0adc7280beadb9e11ad1ee278eec59ac1ec 100644 (file)
@@ -162,6 +162,7 @@ private:
        std::map<int, PendingFrame> reorder_buffer;
        int quicksync_encoding_frame_num = 0;
 
+       std::mutex file_audio_encoder_mutex;
        std::unique_ptr<AudioEncoder> file_audio_encoder;
 
        X264Encoder *x264_encoder;  // nullptr if not using x264.