rexim 5 年之前
父节点
当前提交
f33615f178
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/vodus_encoder.cpp

+ 1 - 1
src/vodus_encoder.cpp

@@ -261,7 +261,7 @@ void previewencoder_encode(Preview_Context *context, Image32 surface, int frame_
                  surface.pixels);
     glGenerateMipmap(GL_TEXTURE_2D);
 
-    // TODO: Preview is not synced with real time
+    // TODO(#141): Preview is not synced with real time
     // TODO: Preview does not allow to pause and move backward/forward
 
     glDrawArrays(GL_QUADS, 0, 4);