databrary / datavyu-ffmpegplugin

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

Fix last shown image initilization #154

Closed TheoWolf closed 5 years ago

TheoWolf commented 5 years ago

When launching multiple instances of the FFmpeg Player, sometimes instances can't update the Image buffer and display the first frame. this problem is caused by frame_last_showntime variable that was not initialized in the FfmpegAvPlayback class.