Re: [PATCH 02/10] media: uapi: h264: Further clarify scaling lists order

2020-07-16 Thread Hans Verkuil
On 16/07/2020 13:43, Ezequiel Garcia wrote: > On Thu, 2020-07-16 at 09:23 +0200, Hans Verkuil wrote: >> On 15/07/2020 22:22, Ezequiel Garcia wrote: >>> Commit 0b0393d59eb4a ("media: uapi: h264: clarify >>> expected scaling_list_4x4/8x8 order") improved the >>> documentation on H264 scaling lists or

Re: [PATCH 02/10] media: uapi: h264: Further clarify scaling lists order

2020-07-16 Thread Ezequiel Garcia
On Thu, 2020-07-16 at 09:23 +0200, Hans Verkuil wrote: > On 15/07/2020 22:22, Ezequiel Garcia wrote: > > Commit 0b0393d59eb4a ("media: uapi: h264: clarify > > expected scaling_list_4x4/8x8 order") improved the > > documentation on H264 scaling lists order. > > > > This commit improves the document

Re: [PATCH 02/10] media: uapi: h264: Further clarify scaling lists order

2020-07-16 Thread Hans Verkuil
On 15/07/2020 22:22, Ezequiel Garcia wrote: > Commit 0b0393d59eb4a ("media: uapi: h264: clarify > expected scaling_list_4x4/8x8 order") improved the > documentation on H264 scaling lists order. > > This commit improves the documentation by clarifying > that the lists themselves are expected in mat

[PATCH 02/10] media: uapi: h264: Further clarify scaling lists order

2020-07-15 Thread Ezequiel Garcia
Commit 0b0393d59eb4a ("media: uapi: h264: clarify expected scaling_list_4x4/8x8 order") improved the documentation on H264 scaling lists order. This commit improves the documentation by clarifying that the lists themselves are expected in matrix order. Signed-off-by: Ezequiel Garcia --- Documen