commit | b2634562ad90be16441cff1127136457ea619466 | [log] [tgz] |
---|---|---|
author | John Sheu <sheu@chromium.org> | Thu May 30 16:42:08 2013 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Thu Jul 25 22:46:36 2013 -0300 |
tree | 8fcfbecedc292dd0caf64108a1bf16cd9f573372 | |
parent | 1b2c14b44adcb7836528640bfdc40bf7499d987d [diff] |
[media] s5p-mfc: Fix input/output format reporting The video encode/decode paths have duplicated logic between VIDIOC_TRY_FMT and VIDIOC_S_FMT that should be de-duped. Also, video decode reports V4L2_PIX_FMT_NV12MT_16X16 output format, regardless of what the actual output has been set at. Fix this. Signed-off-by: John Sheu <sheu@google.com> Signed-off-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>