diff --git a/packages/multimedia/ffmpeg/patches/rpi/ffmpeg-001-rpi.patch b/packages/multimedia/ffmpeg/patches/rpi/ffmpeg-001-rpi.patch index c835a0de3a..659c5d7d13 100644 --- a/packages/multimedia/ffmpeg/patches/rpi/ffmpeg-001-rpi.patch +++ b/packages/multimedia/ffmpeg/patches/rpi/ffmpeg-001-rpi.patch @@ -53060,7 +53060,7 @@ index b67b216331..a506e69d67 100644 + #endif /* AVCODEC_V4L2_M2M_H */ diff --git a/libavcodec/v4l2_m2m_dec.c b/libavcodec/v4l2_m2m_dec.c -index ab07c0a24a..80d131eae4 100644 +index ab07c0a24a..cec98cc16a 100644 --- a/libavcodec/v4l2_m2m_dec.c +++ b/libavcodec/v4l2_m2m_dec.c @@ -21,8 +21,14 @@ @@ -54123,8 +54123,8 @@ index ab07c0a24a..80d131eae4 100644 + if (sps) { + avctx->profile = ff_h264_get_profile(sps); + avctx->level = sps->level_idc; ++ s->reorder_size = sps->num_reorder_frames; + } -+ s->reorder_size = sps->num_reorder_frames; + } + ff_h264_ps_uninit(&ps); + break;