You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user