summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2020-05-21 23:45:05 +0200
committerTimotej Lazar <timotej.lazar@araneo.si>2020-05-30 02:32:30 +0200
commit628a27b38b7fe89e51360ec81433bc04dbea0f2b (patch)
tree198d759d7e94242bd24bce4ebc8dfbde6184a6dd /src/main.c
parentc4409487fdb2822309b9d8cf79bcd7d3895b8390 (diff)
Remove deprecated ffmpeg initialization
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 0 insertions, 3 deletions
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();