mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 15:40:14 +00:00
CI FFmpeg Linux libde264 patch: removed reordered_opaque
dropped from upstream
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user