[Ffmpeg-devel] [PATCH] adds missing rgb/bgr 15 tags to raw decoder
Diego Biurrun
diego
Fri Oct 27 17:36:25 CEST 2006
On Fri, Oct 27, 2006 at 12:31:17PM -0300, Reynaldo H. Verdejo Pinochet wrote:
> On Fri, Oct 27, 2006 at 11:57:58AM -0300, Reynaldo H. Verdejo Pinochet wrote:
> > As on subject.
> >
> > Ok to commit?
>
> Had another typo. sorry, second try.
> --- libavcodec/raw.c (revision 6790)
> +++ libavcodec/raw.c (working copy)
> @@ -52,6 +52,8 @@
> { PIX_FMT_YUV422, MKTAG('Y', '4', '2', '2') },
> { PIX_FMT_UYVY422, MKTAG('U', 'Y', 'V', 'Y') },
> { PIX_FMT_GRAY8, MKTAG('G', 'R', 'E', 'Y') },
> + { PIX_FMT_RGB555, MKTAG('R', 'G', 'B', 15) },
> + { PIX_FMT_BGR555, MKTAG('B', 'G', 'R', 15) },
nit: Please align the MKTAG when you commit this.
Diego
More information about the ffmpeg-devel
mailing list