engine: avi: comment out debug messages

This commit is contained in:
Alibek Omarov
2025-01-29 11:13:29 +03:00
parent 8ad56eb085
commit 004af02e99

View File

@@ -368,7 +368,7 @@ qboolean AVI_Think( movie_state_t *Avi )
return true;
}
Con_NPrintf( 1, "cached_audio_buf_len = %zu", Avi->cached_audio_buf_len );
// Con_NPrintf( 1, "cached_audio_buf_len = %zu", Avi->cached_audio_buf_len );
while( 1 ) // try to get multiple decoded frames to keep up when we're running at low fps
{