mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-09 14:14:39 +02:00
fftools/ffmpeg: stop setting InputStream.pts for streamcopy
It is not used in that case anymore. Forgotten in d56652fdc8e1315309516be320a7250854550fa5.
This commit is contained in:
parent
d8bc37f1f4
commit
65b1350ad4
@ -1713,7 +1713,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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user