summaryrefslogtreecommitdiff
path: root/libavcodec/flacdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/flacdec.c')
-rw-r--r--libavcodec/flacdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c
index f3f1b3a283..b39feb679b 100644
--- a/libavcodec/flacdec.c
+++ b/libavcodec/flacdec.c
@@ -372,7 +372,7 @@ static inline int decode_subframe(FLACContext *s, int channel)
}
if (bps > 32) {
av_log_missing_feature(s->avctx, "decorrelated bit depth > 32", 0);
- return -1;
+ return AVERROR_PATCHWELCOME;
}
//FIXME use av_log2 for types