> -----Original Message-----
> From: ffmpeg-devel <[email protected]> On Behalf Of
> Hendrik Leppkes
> Sent: Tuesday, April 21, 2020 4:08 PM
> To: FFmpeg development discussions and patches <ffmpeg-
> [email protected]>
> Subject: Re: [FFmpeg-devel] [PATCH 1/3] lavu/pix_fmt: add new pixel format
> x2rgb10
> 
> On Tue, Apr 21, 2020 at 9:53 AM Fei Wang <[email protected]> wrote:
> >
> > The format is packed RGB with each channel 10 bits available and
> > include 2 bits unused.
> >
> 
> The name of this pix_fmt seems very confusing, and the entire format seems
> very specific. What is such a packed RGB format really good for in ffmpeg?
This format is named as X2R10G10B10 in libva, but I think X2RGB10 is more
concise. There is similar format name defined in Gstreamer like RGB10A2.
Because there are lots of Codec/Filter based on third-party library in ffmpeg, 
while
in these library they may support some specific format like P010/Y210/Y410.., 
so in
Ffmpeg side it should support this kinds of formats first, at least the 
definition. 
> 
> - Hendrik
> _______________________________________________
> ffmpeg-devel mailing list
> [email protected]
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email [email protected]
> with subject "unsubscribe".
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to