]> asedeno.scripts.mit.edu Git - linux.git/commit
media: vicodec: Add a flag for I-frames in fwht header
authorDafna Hirschfeld <dafna3@gmail.com>
Fri, 15 Feb 2019 20:58:53 +0000 (15:58 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 18 Feb 2019 20:36:23 +0000 (15:36 -0500)
commit75e3e5b85da199e0c9a885c800933d74ee53ce3c
tree8364593c90178e8e371af49102a7fdb8fecec2e5
parent73a1d43293069eb19642cf7c110f229846a52213
media: vicodec: Add a flag for I-frames in fwht header

Add a flag 'FWHT_FL_I_FRAME' that indicates that
this is an I-frame. This requires incrementing
to version 3

This flag is needed for the upcoming stateless FWHT
decoder since it has to know if an encoded frame is
an I or a P frame.

Signed-off-by: Dafna Hirschfeld <dafna3@gmail.com>
[hverkuil-cisco@xs4all.nl: added the last paragraph of the commit msg]
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/vicodec/codec-fwht.h
drivers/media/platform/vicodec/codec-v4l2-fwht.c
drivers/media/platform/vicodec/vicodec-core.c