Skip to content

Commit

Permalink
engine: avi: comment out debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Jan 29, 2025
1 parent 8ad56eb commit 004af02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/client/avi/avi_ffmpeg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 004af02

Please sign in to comment.