Remove deprecated ffmpeg initialization
This commit is contained in:
parent
c4409487fd
commit
628a27b38b
2 changed files with 6 additions and 52 deletions
|
@ -1231,8 +1231,6 @@ int main(int argc, char *argv[])
|
|||
|
||||
SoundSys_Start();
|
||||
|
||||
BinkSys_Init();
|
||||
|
||||
if (WantCDRom) CDDA_Start();
|
||||
|
||||
InitTextStrings();
|
||||
|
@ -1424,7 +1422,6 @@ if (AvP_MainMenus())
|
|||
ExitSystem();
|
||||
|
||||
CDDA_End();
|
||||
BinkSys_Release();
|
||||
|
||||
ClearMemoryPool();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue