Seite 1 von 1

ffmpeg 2.3 and Neutrino-MP

Verfasst: Montag 28. Juli 2014, 13:26
von Benny
Greetings,

with new ffmpeg version and latest git changes there some errors in fresh build:
- Neutrino crashed in "Stream info" at audio stream probing;
- no any subtitles shown, when media files played.

Re: ffmpeg 2.3 and Neutrino-MP

Verfasst: Montag 28. Juli 2014, 20:43
von martii
Hi Benny,

the subtitle issue might be fixed with my latest libstb-hal patch.

The "Stream Info" crash looks like a ffmpeg regression. I'll check whether reverting some libavformat/aviobuf.c changes fixes it, but even that will take a couple of days and will have to wait until I return from a business trip.

Cheers,

martii

EDIT: Didn't take so long. I've just reverted the offending ffmpeg commit and could no longer reproduce the crash.

Re: ffmpeg 2.3 and Neutrino-MP

Verfasst: Montag 28. Juli 2014, 22:02
von Benny
martii hat geschrieben: the subtitle issue might be fixed with my latest libstb-hal patch.
...
reverted the offending ffmpeg commit and could no longer reproduce the crash.
I confirm, both issues gone away. Thank you.