mickelson / attract

A graphical front-end for command line emulators that hides the underlying operating system and is intended to be controlled with a joystick or gamepad.
http://attractmode.org
GNU General Public License v3.0
393 stars 113 forks source link

Error decoding eof for animated Gif/Png #723

Closed OzFalcon closed 2 years ago

OzFalcon commented 2 years ago

Status shows a value of -541478725 with animated Gif/Png & some mp4 files. This skips the warning for "r" status -541478725 while still executing the do_flush routine.

Fixes issue #710

OzFalcon commented 2 years ago

Possibly nonsensical ie. If status (-541478725) = eof then skip eof warning. A better approach is check media type is animated gif or png. However lossless H264 also causes this warning. So it could be stored frames rather than encoded frames that cause the error. More investigation as to what media details can be obtained is required.