summaryrefslogtreecommitdiff
path: root/src/pnw_jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pnw_jpeg.h')
-rw-r--r--src/pnw_jpeg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pnw_jpeg.h b/src/pnw_jpeg.h
index 2ddf87f..88d4d02 100644
--- a/src/pnw_jpeg.h
+++ b/src/pnw_jpeg.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2011 Intel Corporation. All Rights Reserved.
- * Copyright (c) Imagination Technologies Limited, UK
+ * Copyright (c) Imagination Technologies Limited, UK
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
@@ -9,11 +9,11 @@
* distribute, sub license, and/or sell copies of the Software, and to
* permit persons to whom the Software is furnished to do so, subject to
* the following conditions:
- *
+ *
* The above copyright notice and this permission notice (including the
* next paragraph) shall be included in all copies or substantial portions
* of the Software.
- *
+ *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
@@ -34,6 +34,6 @@
#define PNW_JPEG_MAX_SCAN_NUM 7
extern struct format_vtable_s pnw_JPEG_vtable;
-extern VAStatus pnw_jpeg_AppendMarkers(object_context_p obj_context, void *raw_coded_buf);
+extern VAStatus pnw_jpeg_AppendMarkers(object_context_p obj_context, unsigned char *raw_coded_buf);
#endif /* _PNW_MPEG4ES_H_ */