1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-24 05:01:58 +02:00

fftools/ffmpeg: stop setting InputStream.pts for streamcopy

It is not used in that case anymore.
Forgotten in d56652fdc8.
This commit is contained in:
Anton Khirnov 2023-04-15 10:21:44 +02:00
parent d8bc37f1f4
commit 65b1350ad4

View File

@ -1713,7 +1713,6 @@ static int process_input_packet(InputStream *ist, const AVPacket *pkt, int no_eo
} }
break; break;
} }
ist->pts = ist->dts;
} else if (!ist->decoding_needed) } else if (!ist->decoding_needed)
eof_reached = 1; eof_reached = 1;