X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=h264encode.h;h=eadfca7f50a9e8bd19ddb011793dab46ac9f3c7e;hb=a1f1d6374a7c519c7a8b412578c9b88d64edddd4;hp=5adb876db0d1f4207e4cb16762d08f99da7d7f3e;hpb=9d05cb682c5a5e4629d9ccd100b787fda51bbef6;p=nageru diff --git a/h264encode.h b/h264encode.h index 5adb876..eadfca7 100644 --- a/h264encode.h +++ b/h264encode.h @@ -88,7 +88,7 @@ private: }; void copy_thread_func(); - void encode_frame(PendingFrame frame, int encoding_frame_num, int display_frame_num, + void encode_frame(PendingFrame frame, int encoding_frame_num, int display_frame_num, int gop_start_display_frame_num, int frame_type, int64_t pts, int64_t dts); void storage_task_thread(); void storage_task_enqueue(storage_task task);