From 628a27b38b7fe89e51360ec81433bc04dbea0f2b Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 21 May 2020 23:45:05 +0200 Subject: Remove deprecated ffmpeg initialization --- src/main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 45b4dc4..a49ab8c 100644 --- a/src/main.c +++ b/src/main.c @@ -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(); -- cgit v1.3