[FFmpeg-devel] [PATCH 1/2] lavc/riffenc: Fix msrle support on Windows 95
Tomas Härdin
git at haerdin.se
Mon Jun 19 19:57:20 EEST 2023
mån 2023-06-19 klockan 11:42 -0400 skrev Leo Izen:
> On 6/8/23 07:44, Tomas Härdin wrote:
> > tor 2023-06-08 klockan 13:27 +0200 skrev Paul B Mahol:
> > > But does this break it on other platforms?
> >
> > That is a good question. What other RIFF decoders are there for
> > which
> > MSRLE support is important and depends on behavior different from
> > VfW?
> > mpv and vlc work just fine.
> >
> > /Tomas
> >
>
> mpv's RIFF decoder is really avformat, so this doesn't say much. VLC
> has
> its own though, iirc.
Yeah. Also we'd be hard pressed to find an msrle decoder that isn't
either ffmpeg, vlc or VfW
It might be necessary to do this same thing for more codecs. We only
tested msrle which was painful enough. I wouldn't be surprised if say
msvideo1 requires similar hacks. This patch is conservative until we
learn why VfW needs this.
/Tomas
More information about the ffmpeg-devel
mailing list