[MPlayer-cvslog] r34277 - in trunk: codec-cfg.c etc/codecs.conf fmt-conversion.c libmpcodecs/img_format.clibmpcodecs/img_format.hlibmpcodecs/mp_image.clibmpcodecs/vf_scale.cm_option.c
Carl Eugen Hoyos
cehoyos at ag.or.at
Sun Oct 30 19:01:03 CET 2011
Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:
==============================================================================
> > --- trunk/m_option.c Sat Oct 29 12:01:32 2011 (r34276)
> > +++ trunk/m_option.c Sat Oct 29 18:51:26 2011 (r34277)
> > @@ -1078,6 +1078,8 @@ static struct {
> > {"444p16be", IMGFMT_444P16_BE},
> > {"444p10le", IMGFMT_444P10_LE},
> > {"444p10be", IMGFMT_444P10_BE},
> > + {"444p9le", IMGFMT_444P9_LE},
> > + {"444p9be", IMGFMT_444P9_BE},
> > {"422p16le", IMGFMT_422P16_LE},
> > {"422p16be", IMGFMT_422P16_BE},
> > {"422p10le", IMGFMT_422P10_LE},
>
> Would be nicer if those were aligned with the 10/16 bit formats
> surrounding them.
Hopefully improved.
Carl Eugen
More information about the MPlayer-cvslog
mailing list