aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/libvpx_internal/libvpx/vp8/decoder/onyxd_if.c
diff options
context:
space:
mode:
Diffstat (limited to 'videocodec/libvpx_internal/libvpx/vp8/decoder/onyxd_if.c')
-rw-r--r--videocodec/libvpx_internal/libvpx/vp8/decoder/onyxd_if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/videocodec/libvpx_internal/libvpx/vp8/decoder/onyxd_if.c b/videocodec/libvpx_internal/libvpx/vp8/decoder/onyxd_if.c
index 8e3deeb..35b541e 100644
--- a/videocodec/libvpx_internal/libvpx/vp8/decoder/onyxd_if.c
+++ b/videocodec/libvpx_internal/libvpx/vp8/decoder/onyxd_if.c
@@ -313,8 +313,8 @@ int vp8dx_receive_compressed_data(VP8D_COMP *pbi, size_t size,
VP8_COMMON *cm = &pbi->common;
volatile int retcode;
- size = size; // to remove warning
- source = source;
+ (void) size;
+ (void) source;
pbi->common.error.error_code = VPX_CODEC_OK;
retcode = check_fragments_for_errors(pbi);