]> git.sesse.net Git - nageru/blobdiff - h264encode.h
Make current_frame_type non-global.
[nageru] / h264encode.h
index e2acc8516fc00f3db7d54f8166bfbff4fb6142a8..c87779738626a612149e23e75b5967f7ecb9ae75 100644 (file)
@@ -88,7 +88,7 @@ private:
        };
 
        void copy_thread_func();
-       void encode_frame(PendingFrame frame, int encoding_frame_num, int64_t pts, int64_t dts);
+       void encode_frame(PendingFrame frame, int encoding_frame_num, int frame_type, int64_t pts, int64_t dts);
        void storage_task_thread();
        void storage_task_enqueue(storage_task task);
        void save_codeddata(storage_task task);