summaryrefslogtreecommitdiffstats
path: root/thirdparties/wince/include/vpx/vpx_frame_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/wince/include/vpx/vpx_frame_buffer.h')
-rwxr-xr-xthirdparties/wince/include/vpx/vpx_frame_buffer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/thirdparties/wince/include/vpx/vpx_frame_buffer.h b/thirdparties/wince/include/vpx/vpx_frame_buffer.h
index e69df4b..599c990 100755
--- a/thirdparties/wince/include/vpx/vpx_frame_buffer.h
+++ b/thirdparties/wince/include/vpx/vpx_frame_buffer.h
@@ -34,9 +34,9 @@ extern "C" {
* This structure holds allocated frame buffers used by the decoder.
*/
typedef struct vpx_codec_frame_buffer {
- uint8_t *data; /**< Pointer to the data buffer */
- size_t size; /**< Size of data in bytes */
- void *priv; /**< Frame's private data */
+ uint8_t *data; /**< Pointer to the data buffer */
+ size_t size; /**< Size of data in bytes */
+ void *priv; /**< Frame's private data */
} vpx_codec_frame_buffer_t;
/*!\brief get frame buffer callback prototype
OpenPOWER on IntegriCloud