diff --git a/neo/renderer/Cinematic.cpp b/neo/renderer/Cinematic.cpp index d15426c9..16c45225 100644 --- a/neo/renderer/Cinematic.cpp +++ b/neo/renderer/Cinematic.cpp @@ -910,7 +910,7 @@ bool idCinematicLocal::InitFromBinkDecFile( const char* qpath, bool amilooping ) { trackIndex = 0; // SRS - Use the first audio track - is this reasonable? binkInfo = Bink_GetAudioTrackDetails( binkHandle, trackIndex ); - common->Printf( "Cinematic audio stream found: Sample Rate=%d Hz, Channels=%d\n", binkInfo.sampleRate, binkInfo.nChannels ); + common->Printf( "Cinematic audio stream found: Sample Rate=%d Hz, Channels=%d, Format=16-bit\n", binkInfo.sampleRate, binkInfo.nChannels ); cinematicAudio->InitAudio( &binkInfo ); }