diff options
| author | Timotej Lazar <timotej.lazar@araneo.si> | 2020-05-21 23:45:05 +0200 |
|---|---|---|
| committer | Timotej Lazar <timotej.lazar@araneo.si> | 2020-05-30 02:32:30 +0200 |
| commit | 628a27b38b7fe89e51360ec81433bc04dbea0f2b (patch) | |
| tree | 198d759d7e94242bd24bce4ebc8dfbde6184a6dd /src/main.c | |
| parent | c4409487fdb2822309b9d8cf79bcd7d3895b8390 (diff) | |
Remove deprecated ffmpeg initialization
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 0 insertions, 3 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(); |
