summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_if.c
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-02-17 06:59:48 -0500
committerJohn Koleszar <jkoleszar@google.com>2011-02-18 09:09:49 -0500
commitcbf923b12cec2fe7ceea0b94091d64953e56b1fe (patch)
tree20509d6aa1e7a569131fc544ac3f11eb34000e48 /vp8/encoder/onyx_if.c
parent562f1470ceed6c7d122e61dc5ca63300ab312830 (diff)
downloadlibvpx-cbf923b12cec2fe7ceea0b94091d64953e56b1fe.tar
libvpx-cbf923b12cec2fe7ceea0b94091d64953e56b1fe.tar.gz
libvpx-cbf923b12cec2fe7ceea0b94091d64953e56b1fe.tar.bz2
libvpx-cbf923b12cec2fe7ceea0b94091d64953e56b1fe.zip
clean up unused files
Removed a number of files that were unused or little-used. Change-Id: If9ae5e5b11390077581a9a879e8a0defe709f5da
Diffstat (limited to 'vp8/encoder/onyx_if.c')
-rw-r--r--vp8/encoder/onyx_if.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/vp8/encoder/onyx_if.c b/vp8/encoder/onyx_if.c
index 6ab1b39f7..9728e7682 100644
--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -29,7 +29,6 @@
#include "vp8/common/swapyv12buffer.h"
#include "vp8/common/threading.h"
#include "vpx_ports/vpx_timer.h"
-#include "vp8/common/vpxerrors.h"
#include "temporal_filter.h"
#if ARCH_ARM
#include "vpx_ports/arm.h"
@@ -1305,7 +1304,7 @@ static int vp8_alloc_partition_data(VP8_COMP *cpi)
(cpi->common.mb_rows + 1),
sizeof(PARTITION_INFO));
if(!cpi->mb.pip)
- return ALLOC_FAILURE;
+ return 1;
cpi->mb.pi = cpi->mb.pip + cpi->common.mode_info_stride + 1;