rexim 5 năm trước cách đây
mục cha
commit
a5ea67d807
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/vodus_encoder.cpp

+ 1 - 1
src/vodus_encoder.cpp

@@ -245,7 +245,7 @@ Preview_Context *new_preview_context(Video_Params params)
 void previewencoder_encode(Preview_Context *context, Image32 surface, int frame_index)
 {
     if (glfwWindowShouldClose(context->window)) {
-        // TODO: encoder does not provide a mechanism to exit prematurely
+        // TODO(#140): encoder does not provide a mechanism to exit prematurely
         exit(0);
     }