rexim 5 years ago
parent
commit
eb8f679ddd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/vodus_encoder.cpp

+ 1 - 1
src/vodus_encoder.cpp

@@ -246,7 +246,7 @@ Preview_Context *new_preview_context(Video_Params params)
 void delay(size_t milliseconds)
 {
 #ifdef _WIN32
-#error "TODO: delay is not implemented for windows"
+#error "TODO(#144): delay is not implemented for windows"
 #else
     usleep(milliseconds * 1000);
 #endif // _WIN32