mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-05 17:07:49 +00:00
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:
parent
b30fc56d79
commit
3351d8acd5
@ -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);
|
||||
+ }
|
||||
+
|
||||
|
Loading…
x
Reference in New Issue
Block a user