Re: [FFmpeg-devel] [PATCH] avformat/riff: map Y410 fourcc to RAWVIDEO decoder

2024-10-13 Thread Michael Niedermayer
On Sat, Oct 12, 2024 at 08:05:31PM -0300, James Almer wrote: > md5 values change because the nut container now reports rawvideo as encoder > and Y410 as codec type instead of the bogus RGB[15]. > > Signed-off-by: James Almer > --- > libavcodec/raw.c | 1 + > libavformat/r

[FFmpeg-devel] [PATCH] avformat/riff: map Y410 fourcc to RAWVIDEO decoder

2024-10-12 Thread James Almer
md5 values change because the nut container now reports rawvideo as encoder and Y410 as codec type instead of the bogus RGB[15]. Signed-off-by: James Almer --- libavcodec/raw.c | 1 + libavformat/riff.c | 1 + tests/ref/fate/filter-pixdesc-xv30le