From d71d5fc9fd0420d4a738a69c2e68d4e68e31a8fd Mon Sep 17 00:00:00 2001 From: Arun Kumar K Date: Mon, 26 Aug 2013 14:28:28 +0530 Subject: v4l2-mfc-example: Initial support for VP8 parser Added parser code and basic support in application. Signed-off-by: Arun Kumar K Signed-off-by: Mateusz Krawczuk --- v4l2-mfc-example/parser.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'v4l2-mfc-example/parser.h') diff --git a/v4l2-mfc-example/parser.h b/v4l2-mfc-example/parser.h index 6eea179..16851cc 100644 --- a/v4l2-mfc-example/parser.h +++ b/v4l2-mfc-example/parser.h @@ -91,5 +91,9 @@ int parse_mpeg2_stream(struct mfc_parser_context *ctx, char* in, int in_size, char* out, int out_size, int *consumed, int *frame_size, char get_head); +int parse_vp8_stream(struct mfc_parser_context *ctx, + char* in, int in_size, char* out, int out_size, + int *consumed, int *frame_size, char get_head); + #endif /* PARSER_H_ */ -- cgit v1.2.3