On Thu, Oct 08, 2020 at 10:02:32PM +1100, Peter Ross wrote: > Signed-off-by: Peter Ross <pr...@xvid.org> > --- > Changelog | 1 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/codec_desc.c | 7 +++ > libavcodec/codec_id.h | 1 + > libavcodec/msp2dec.c | 100 ++++++++++++++++++++++++++++++++++++++++ > libavformat/mspdec.c | 8 ++-- > 7 files changed, 114 insertions(+), 5 deletions(-) > create mode 100644 libavcodec/msp2dec.c > > diff --git a/Changelog b/Changelog > index 84690791af..3d81e52e86 100644 > --- a/Changelog > +++ b/Changelog > @@ -36,6 +36,7 @@ version <next>: > - AVS3 video decoder via libuavs3d > - Cintel RAW decoder > - Microsoft Paint (MSP) demuxer > +- Microsoft Paint (MSP) version 2 decoder > >
This unfortunately always assumes that pixel format is set in demuxer. This is not correct, therefore patch is not acceptable. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".