diff --git a/.github/scripts/Linux/ffmpeg-patches/master-0001-added-libde265-decoder.patch b/.github/scripts/Linux/ffmpeg-patches/master-0001-added-libde265-decoder.patch index fe55cf870..f24733f7c 100644 --- a/.github/scripts/Linux/ffmpeg-patches/master-0001-added-libde265-decoder.patch +++ b/.github/scripts/Linux/ffmpeg-patches/master-0001-added-libde265-decoder.patch @@ -535,7 +535,7 @@ index 0000000000..e5a18c4942 + if (avpkt->pts != AV_NOPTS_VALUE) { + pts = avpkt->pts; + } else { -+ pts = avctx->reordered_opaque; ++ // pts = avctx->reordered_opaque; + } + + if (ctx->packetized) { @@ -758,7 +758,7 @@ index 0000000000..e5a18c4942 + + *got_frame = 1; + -+ picture->reordered_opaque = de265_get_image_PTS(img); ++ // picture->reordered_opaque = de265_get_image_PTS(img); + picture->pts = de265_get_image_PTS(img); + } + return avpkt->size;