Skip to content

Commit

Permalink
media: coda: remove definition of CODA_STD_MJPG
Browse files Browse the repository at this point in the history
According to i.MX VPU API Reference Manuals the MJPG video codec is
referenced to by number 7, not 3.

Also Philipp pointed out that this value is only meant to fill in
CMD_ENC_SEQ_COD_STD for encoding, only on i.MX53. It was never written
to any register, and even if defined correctly, wouldn't be needed
for i.MX6.

So avoid confusion and remove this definition.

Signed-off-by: Martin Kepplinger <[email protected]>
Acked-by: Philipp Zabel <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
merge authored and mchehab committed Dec 8, 2017
1 parent 13109fb commit a95d811
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/platform/coda/coda_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@
#define CODA9_STD_H264 0
#define CODA_STD_H263 1
#define CODA_STD_H264 2
#define CODA_STD_MJPG 3
#define CODA9_STD_MPEG4 3

#define CODA_CMD_ENC_SEQ_SRC_SIZE 0x190
Expand Down

0 comments on commit a95d811

Please sign in to comment.