diff options
| author | Guilhem IMBERTON <guilhem.imberton@intel.com> | 2014-07-31 16:10:42 +0200 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-08-07 14:30:24 -0700 |
| commit | 70fb5037a30a7dcd449154b42106d8e672834546 (patch) | |
| tree | f4c1486a4cb3cc097e910312f388d163e5afbf79 | |
| parent | 233d2500723e5594f3e7c70896ffeeef32b9c950 (diff) | |
| download | android_hardware_intel_common_omx-components-70fb5037a30a7dcd449154b42106d8e672834546.tar.gz android_hardware_intel_common_omx-components-70fb5037a30a7dcd449154b42106d8e672834546.tar.bz2 android_hardware_intel_common_omx-components-70fb5037a30a7dcd449154b42106d8e672834546.zip | |
Fix for new compiler
Change-Id: Iaf373832d37d26e97f71510fadfc58fc44d65163
Signed-off-by: Guilhem IMBERTON <guilhem.imberton@intel.com>
Reviewed-on: https://android.intel.com/223874
| -rw-r--r-- | videocodec/libvpx_internal/libvpx/vp8/decoder/onyxd_if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/libvpx_internal/libvpx/vp8/decoder/onyxd_if.c b/videocodec/libvpx_internal/libvpx/vp8/decoder/onyxd_if.c index d8c7b02..8e3deeb 100644 --- a/videocodec/libvpx_internal/libvpx/vp8/decoder/onyxd_if.c +++ b/videocodec/libvpx_internal/libvpx/vp8/decoder/onyxd_if.c @@ -311,7 +311,7 @@ int vp8dx_receive_compressed_data(VP8D_COMP *pbi, size_t size, int64_t dx_store_reg[8]; #endif VP8_COMMON *cm = &pbi->common; - int retcode = -1; + volatile int retcode; size = size; // to remove warning source = source; |
