Signed-off-by: Michael Niedermayer <[email protected]>
---
libavcodec/h263dec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index d0da1d31c1..75fc688e78 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -713,7 +713,7 @@ frame_end:
}
if (slice_ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE))
- return ret;
+ return slice_ret;
else
return get_consumed_bytes(s, buf_size);
}
--
2.11.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel