ffmpeg: update rpi patch

Patch created using revisions f719f86..83ec4bd
from branch test/4.3.2/rpi_main of https://github.com/jc-kynesim/rpi-ffmpeg
This commit is contained in:
Matthias Reichl 2022-05-26 18:09:31 +02:00
parent b30fc56d79
commit 3351d8acd5

View File

@ -51927,7 +51927,7 @@ index 456281f48c..727d774ac2 100644
+
#endif /* AVCODEC_V4L2_M2M_H */
diff --git a/libavcodec/v4l2_m2m_dec.c b/libavcodec/v4l2_m2m_dec.c
index 3e17e0fcac..a3d9f1b790 100644
index 3e17e0fcac..d614d14914 100644
--- a/libavcodec/v4l2_m2m_dec.c
+++ b/libavcodec/v4l2_m2m_dec.c
@@ -23,6 +23,10 @@
@ -52507,7 +52507,7 @@ index 3e17e0fcac..a3d9f1b790 100644
+
+ ++i;
+ if (i >= 256) {
+ av_log(avctx, AV_LOG_ERROR, "Unexpectedly large retry count: %d", i);
+ av_log(avctx, AV_LOG_ERROR, "Unexpectedly large retry count: %d\n", i);
+ src_rv = AVERROR(EIO);
+ }
+