[MPlayer-dev-eng] [PATCH] Add support for 10bit H.264
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sat May 7 20:20:52 CEST 2011
On Sat, May 07, 2011 at 08:02:41PM +0200, Arne Bochem wrote:
> Index: fmt-conversion.c
> ===================================================================
> --- fmt-conversion.c (revision 33398)
> +++ fmt-conversion.c (working copy)
> @@ -74,6 +74,8 @@
> + {IMGFMT_420P16_LE, PIX_FMT_YUV420P10LE},
> + {IMGFMT_420P16_BE, PIX_FMT_YUV420P10BE},
> {IMGFMT_420P16_LE, PIX_FMT_YUV420P16LE},
> {IMGFMT_420P16_BE, PIX_FMT_YUV420P16BE},
I think the order should be the other way round.
More information about the MPlayer-dev-eng
mailing list