[FFmpeg-devel] [PATCH] Make nut muxer and demuxer recognize the extended nut tags associated to rawvideo pixel formats
Carl Eugen Hoyos
cehoyos
Tue Mar 30 11:48:33 CEST 2010
Michael Niedermayer <michaelni <at> gmx.at> writes:
> > { PIX_FMT_RGB555, MKTAG('R', 'G', 'B', 15) },
> > { PIX_FMT_BGR555, MKTAG('B', 'G', 'R', 15) },
> > { PIX_FMT_RGB565, MKTAG('R', 'G', 'B', 16) },
> > { PIX_FMT_BGR565, MKTAG('B', 'G', 'R', 16) },
> > { PIX_FMT_RGB565, MKTAG( 3 , 0 , 0 , 0 ) },
>
> this looks wrong, for which files was that added?
svn log -r6806:6807
I especially like the second part of the messages;-)
svn log -r19172
Carl Eugen
More information about the ffmpeg-devel
mailing list