提交 2c3759d4 编写于 作者: P Philipp Zabel 提交者: Mauro Carvalho Chehab

[media] coda: include header for memcpy

coda_h264_padding uses memcpy, we should include string.h for that.
Reported-by: NIan Jamison <ian.dev@arkver.com>
Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: NKamil Debski <k.debski@samsung.com>
Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
上级 79924ca9
......@@ -12,6 +12,7 @@
*/
#include <linux/kernel.h>
#include <linux/string.h>
static const u8 coda_filler_nal[14] = { 0x00, 0x00, 0x00, 0x01, 0x0c, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80 };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册