2019-03-21 1:26 GMT+01:00, Carl Eugen Hoyos :
> 2018-11-19 18:41 GMT+01:00, Carl Eugen Hoyos :
>> 2018-11-19 18:21 GMT+01:00, Pablo Rubio Fernández
>> :
>>
>>> It's my first time here. I want to create a patch to add
>>> Z16 pixel format.
>>> I have did some changes, and I want to know if I'll need
2018-11-19 18:41 GMT+01:00, Carl Eugen Hoyos :
> 2018-11-19 18:21 GMT+01:00, Pablo Rubio Fernández :
>
>> It's my first time here. I want to create a patch to add Z16 pixel
>> format.
>> I have did some changes, and I want to know if I'll need change any other
>> file.
>
> Isn't attached poc suffic
Yes, it is like gray16. But gray16le is already in use to Y16 pixel format.
For this reason, I think that best way to add Z16 pixel format is creating it.
I'm not an expert, any help will be appreciated.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.o
2018-11-19 18:41 GMT+01:00, Carl Eugen Hoyos :
> 2018-11-19 18:21 GMT+01:00, Pablo Rubio Fernández :
>
>> It's my first time here. I want to create a patch to add Z16 pixel
>> format.
>> I have did some changes, and I want to know if I'll need change any other
>> file.
>
> Isn't attached poc suffic
2018-11-19 18:21 GMT+01:00, Pablo Rubio Fernández :
> It's my first time here. I want to create a patch to add Z16 pixel format.
> I have did some changes, and I want to know if I'll need change any other
> file.
Isn't attached poc sufficient?
Carl Eugen
diff --git a/libavdevice/v4l2-common.c b/
On 11/19/18, Pablo Rubio Fernández wrote:
> Hi all!
> It's my first time here. I want to create a patch to add Z16 pixel format.
> I have did some changes, and I want to know if I'll need change any other
> file.
> I attach my current patch.
> Thanks in advance.
>
Isn't this same as gray16?
_