Browse Source

Fix compilation after version bump.

tags/n0.8
Carl Eugen Hoyos 15 years ago
parent
commit
4b5c21757b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/libcelt_dec.c

+ 1
- 1
libavcodec/libcelt_dec.c View File

@@ -43,7 +43,7 @@ static int ff_celt_error_to_averror(int err)
case CELT_UNIMPLEMENTED: return AVERROR(ENOTSUP);
case CELT_INVALID_STATE: return AVERROR(ENOTRECOVERABLE);
case CELT_ALLOC_FAIL: return AVERROR(ENOMEM);
default: return AVERROR_UNKNOWN;
default: return AVERROR(EINVAL);
}
}



Loading…
Cancel
Save