summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2012-12-14 08:22:06 +0100
committerLuca Barbato <lu_zero@gentoo.org>2012-12-14 13:21:59 +0100
commitbb675d3ac6d722d5e117ae9042a996b55ca05b1d (patch)
treed0b3297195aebe50bf9d192664969f5becb228bf /libavcodec/vp56.h
parentdeabb52ab4c1fdb3dd319f3980b1489a182011f1 (diff)
vp56: make parse_header return standard error codes
Returning 0 for failure is misleading. CC: libav-stable@libav.org
Diffstat (limited to 'libavcodec/vp56.h')
-rw-r--r--libavcodec/vp56.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h
index d5feaa381a..9be2eabdf9 100644
--- a/libavcodec/vp56.h
+++ b/libavcodec/vp56.h
@@ -40,6 +40,8 @@ typedef struct VP56mv {
int16_t y;
} VP56mv;
+#define VP56_SIZE_CHANGE 1
+
typedef void (*VP56ParseVectorAdjustment)(VP56Context *s,
VP56mv *vect);
typedef void (*VP56Filter)(VP56Context *s, uint8_t *dst, uint8_t *src,