linux-stable/drivers/staging/media/meson/vdec
Benjamin Roszak 4ab3f69cba media: meson: vdec: remove redundant if statement
Checking if sess->fmt_out->pixfmt is V4L2_PIX_FMT_VP9 was already done as a
condition to enter the if statement where this additional check is made.

Signed-off-by: Benjamin Roszak <benjamin545@gmail.com>
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Acked-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
2023-02-08 09:03:03 +01:00
..
Kconfig media: Kconfig: cleanup VIDEO_DEV dependencies 2022-03-18 05:58:35 +01:00
Makefile
TODO
codec_h264.c
codec_h264.h
codec_hevc_common.c
codec_hevc_common.h media: staging: media: meson: vdec: fix kernel-doc warning 2021-03-22 12:56:11 +01:00
codec_mpeg12.c
codec_mpeg12.h
codec_vp9.c media: staging: media: meson: vdec: use min() for comparison and assignment 2022-11-25 07:32:49 +00:00
codec_vp9.h
dos_regs.h
esparser.c media: meson: vdec: remove redundant if statement 2023-02-08 09:03:03 +01:00
esparser.h media: staging/media/meson: vdec.h: fix kerneldoc warnings 2021-09-30 10:08:00 +02:00
hevc_regs.h
vdec.c media: meson: vdec: fix possible refcount leak in vdec_probe() 2022-09-24 08:55:43 +02:00
vdec.h media: staging/media/meson: vdec.h: fix kerneldoc warnings 2021-09-30 10:08:00 +02:00
vdec_1.c
vdec_1.h
vdec_helpers.c media: meson: vdec: potential dereference of null pointer 2022-01-28 13:19:07 +01:00
vdec_helpers.h media: meson: vdec: potential dereference of null pointer 2022-01-28 13:19:07 +01:00
vdec_hevc.c media: meson: vdec: add missing clk_disable_unprepare on error in vdec_hevc_start() 2022-08-30 15:28:34 +02:00
vdec_hevc.h
vdec_platform.c drivers: meson: vdec: add VP9 support to GXM 2022-02-22 09:41:12 +01:00
vdec_platform.h