databrary / datavyu-ffmpegplugin

A Java Media Player based on FFmpeg and SDL2
GNU General Public License v3.0
13 stars 4 forks source link

SDL Player: Fix memory leak when incorrect video file #188

Closed TheoWolf closed 5 years ago

TheoWolf commented 5 years ago

Catch input files error for the SDL bridge

TheoWolf commented 5 years ago

Update The Crash was a memory leak when releasing FfmpegSdlAvPlayback resources, the av_free method was throwing an exception when freeing memory blocks.