media: venus: venc: Fix default capture format
authorStanimir Varbanov <stanimir.varbanov@linaro.org>
Sat, 24 Oct 2020 16:35:09 +0000 (18:35 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 16 Nov 2020 18:07:50 +0000 (19:07 +0100)
commit4568ea3fa95d33cc10e8938949ae9a875046e553
tree374b3ecf62178610bb2498f37684f8f46e6205e9
parentb064945517ee368bfb6343bf3fb4613d537c4bbb
media: venus: venc: Fix default capture format

The default codec after driver open is set to be H264 but the
instance format for capture is wrongly set to H263. Correct this
to H264.

For regular applications this is not a big issue because they set
the format through S_FMT but for example v4l2-compliance does not.

Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/qcom/venus/venc.c