mbox

[RESEND,0/2] media: uapi: Expose VP8 probability lengths as defines

Message ID 20201109162244.16531-1-linkmauve@linkmauve.fr (mailing list archive)
Headers

Message

Emmanuel Gil Peyrot Nov. 9, 2020, 4:22 p.m. UTC
  These values will be used by various drivers implementing the VP8
stateless API.

This had been suggested by Ezequiel Garcia for the Cedrus VP8 driver.

The only driver using this API (until now) has also been updated to use
these new defines.

This is a resend because I forgot to include most maintainers, sorry for
that.  It’s my very first patch to the kernel, I didn’t know about
scripts/get_maintainers.pl

Emmanuel Gil Peyrot (2):
  media: uapi: Expose probability lengths as defines
  media: hantro: Use VP8 lengths defined in uapi

 drivers/staging/media/hantro/hantro_vp8.c | 4 ++--
 include/media/vp8-ctrls.h                 | 6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)