commit | edc16cb1159c03864c74fd0411ec5d0bcce845be | [log] [tgz] |
---|---|---|
author | Philipp Zabel <p.zabel@pengutronix.de> | Wed Oct 08 13:09:27 2014 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Oct 28 15:41:07 2014 -0200 |
tree | 155809aa32a8723a91928e709f174162ab3f31c9 | |
parent | d4bb75f6eee2f9cd7dc0787e3a8fb6bb3e430802 [diff] |
[media] coda: drop JPEG buffers not framed by SOI and EOI markers This patch adds a quick check for valid JPEG frames before feeding them into the bitstream buffer: Frames that do not begin with the JPEG start of image marker and end with the end of image marker are dropped. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>