mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-23 10:12:59 +00:00
Ran astyle
This commit is contained in:
parent
0a983d32ad
commit
dfcbcc2a0a
2 changed files with 4 additions and 4 deletions
|
@ -757,11 +757,11 @@ bool idCinematicLocal::InitFromFFMPEGFile( const char* qpath, bool amilooping, n
|
|||
}
|
||||
common->Printf( "Cinematic audio stream found: Sample Rate=%d Hz, Channels=%d, Format=%s, Planar=%d\n", dec_ctx2->sample_rate,
|
||||
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(59,37,100)
|
||||
dec_ctx2->ch_layout.nb_channels,
|
||||
dec_ctx2->ch_layout.nb_channels,
|
||||
#else
|
||||
dec_ctx2->channels,
|
||||
dec_ctx2->channels,
|
||||
#endif
|
||||
GetSampleFormat( dec_ctx2->sample_fmt ), hasplanar );
|
||||
GetSampleFormat( dec_ctx2->sample_fmt ), hasplanar );
|
||||
|
||||
#if defined(_MSC_VER) && !defined(USE_OPENAL)
|
||||
cinematicAudio = new( TAG_AUDIO ) CinematicAudio_XAudio2;
|
||||
|
|
|
@ -76,7 +76,7 @@ idImage::~idImage
|
|||
idImage::~idImage()
|
||||
{
|
||||
PurgeImage();
|
||||
|
||||
|
||||
// SRS - if image found in deferred load list, remove it now to avoid problems later
|
||||
DeferredPurgeImage();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue