summaryrefslogtreecommitdiff
path: root/v4l2-mfc-example/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'v4l2-mfc-example/parser.h')
-rw-r--r--v4l2-mfc-example/parser.h4
1 files changed, 4 insertions, 0 deletions
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_ */