X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=h264encode.h;h=5adb876db0d1f4207e4cb16762d08f99da7d7f3e;hp=c87779738626a612149e23e75b5967f7ecb9ae75;hb=9d05cb682c5a5e4629d9ccd100b787fda51bbef6;hpb=021c4779665c734dcde1f15a6d9b38a37820bb38 diff --git a/h264encode.h b/h264encode.h index c877797..5adb876 100644 --- a/h264encode.h +++ b/h264encode.h @@ -88,7 +88,8 @@ private: }; void copy_thread_func(); - void encode_frame(PendingFrame frame, int encoding_frame_num, int frame_type, int64_t pts, int64_t dts); + void encode_frame(PendingFrame frame, int encoding_frame_num, int display_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);