2
0
rexim 5 жил өмнө
parent
commit
a5ea67d807

+ 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)
 void previewencoder_encode(Preview_Context *context, Image32 surface, int frame_index)
 {
 {
     if (glfwWindowShouldClose(context->window)) {
     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);
         exit(0);
     }
     }