diff mbox series

[FFmpeg-devel,08/25] fftools/ffmpeg: stop setting InputStream.pts for streamcopy

Message ID 20230419195243.2974-8-anton@khirnov.net
State Accepted
Commit 65b1350ad482b465c984a4987317e2b15be9d939
Headers show
Series [FFmpeg-devel,01/25] fftools/ffmpeg_filter: drop write-only FilterGraph.reconfiguration | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Anton Khirnov April 19, 2023, 7:52 p.m. UTC
It is not used in that case anymore.
Forgotten in d56652fdc8e1315309516be320a7250854550fa5.
---
 fftools/ffmpeg.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c
index cc087ea7de..f2e9832003 100644
--- a/fftools/ffmpeg.c
+++ b/fftools/ffmpeg.c
@@ -1743,7 +1743,6 @@  static int process_input_packet(InputStream *ist, const AVPacket *pkt, int no_eo
             }
             break;
         }
-        ist->pts = ist->dts;
     } else if (!ist->decoding_needed)
         eof_reached = 1;