Skip to content

Commit 7f397d2

Browse files
committed
CI FFmpeg Linux libde264 patch: removed reordered_opaque
dropped from upstream
1 parent 6b7d38d commit 7f397d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/Linux/ffmpeg-patches/master-0001-added-libde265-decoder.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ index 0000000000..e5a18c4942
535535
+ if (avpkt->pts != AV_NOPTS_VALUE) {
536536
+ pts = avpkt->pts;
537537
+ } else {
538-
+ pts = avctx->reordered_opaque;
538+
+ // pts = avctx->reordered_opaque;
539539
+ }
540540
+
541541
+ if (ctx->packetized) {
@@ -758,7 +758,7 @@ index 0000000000..e5a18c4942
758758
+
759759
+ *got_frame = 1;
760760
+
761-
+ picture->reordered_opaque = de265_get_image_PTS(img);
761+
+ // picture->reordered_opaque = de265_get_image_PTS(img);
762762
+ picture->pts = de265_get_image_PTS(img);
763763
+ }
764764
+ return avpkt->size;

0 commit comments

Comments
 (0)