mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
img2dec: do not change packet pts for image2pipe
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -393,7 +393,8 @@ static int img_read_packet(AVFormatContext *s1, AVPacket *pkt)
|
||||
return AVERROR(ENOMEM);
|
||||
pkt->stream_index = 0;
|
||||
pkt->flags |= AV_PKT_FLAG_KEY;
|
||||
pkt->pts = s->img_number - s->img_first;
|
||||
if (!s->is_pipe)
|
||||
pkt->pts = s->img_number - s->img_first;
|
||||
|
||||
pkt->size = 0;
|
||||
for (i = 0; i < 3; i++) {
|
||||
|
||||
Reference in New Issue
Block a user