We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7d38d commit 7f397d2Copy full SHA for 7f397d2
.github/scripts/Linux/ffmpeg-patches/master-0001-added-libde265-decoder.patch
@@ -535,7 +535,7 @@ index 0000000000..e5a18c4942
535
+ if (avpkt->pts != AV_NOPTS_VALUE) {
536
+ pts = avpkt->pts;
537
+ } else {
538
-+ pts = avctx->reordered_opaque;
++ // pts = avctx->reordered_opaque;
539
+ }
540
+
541
+ if (ctx->packetized) {
@@ -758,7 +758,7 @@ index 0000000000..e5a18c4942
758
759
+ *got_frame = 1;
760
761
-+ picture->reordered_opaque = de265_get_image_PTS(img);
++ // picture->reordered_opaque = de265_get_image_PTS(img);
762
+ picture->pts = de265_get_image_PTS(img);
763
764
+ return avpkt->size;
0 commit comments