summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/apedec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/apedec.c b/libavcodec/apedec.c
index 40fb1f365d..83281c1035 100644
--- a/libavcodec/apedec.c
+++ b/libavcodec/apedec.c
@@ -372,7 +372,7 @@ static inline int ape_decode_value(APEContext * ctx, APERice *rice)
{
int x, overflow;
- if (ctx->fileversion < 3980) {
+ if (ctx->fileversion < 3990) {
int tmpk;
overflow = range_get_symbol(ctx, counts_3970, counts_diff_3970);