| Index: source/libvpx/vp8/decoder/onyxd_if.c
|
| ===================================================================
|
| --- source/libvpx/vp8/decoder/onyxd_if.c (revision 293588)
|
| +++ source/libvpx/vp8/decoder/onyxd_if.c (working copy)
|
| @@ -87,6 +87,7 @@
|
| pbi->ec_enabled = oxcf->error_concealment;
|
| pbi->overlaps = NULL;
|
| #else
|
| + (void)oxcf;
|
| pbi->ec_enabled = 0;
|
| #endif
|
| /* Error concealment is activated after a key frame has been
|
| @@ -303,6 +304,8 @@
|
| {
|
| VP8_COMMON *cm = &pbi->common;
|
| int retcode = -1;
|
| + (void)size;
|
| + (void)source;
|
|
|
| pbi->common.error.error_code = VPX_CODEC_OK;
|
|
|
| @@ -407,6 +410,7 @@
|
| #if CONFIG_POSTPROC
|
| ret = vp8_post_proc_frame(&pbi->common, sd, flags);
|
| #else
|
| + (void)flags;
|
|
|
| if (pbi->common.frame_to_show)
|
| {
|
|
|