|
@@ -1353,7 +1353,7 @@ static int output_packet(AVInputStream *ist, int ist_index, |
|
|
AVPacket opkt; |
|
|
AVPacket opkt; |
|
|
av_init_packet(&opkt); |
|
|
av_init_packet(&opkt); |
|
|
|
|
|
|
|
|
if (!ost->frame_number && !(pkt->flags & PKT_FLAG_KEY)) |
|
|
|
|
|
|
|
|
if ((!ost->frame_number && !(pkt->flags & PKT_FLAG_KEY)) && start_time) |
|
|
continue; |
|
|
continue; |
|
|
|
|
|
|
|
|
/* no reencoding needed : output the packet directly */ |
|
|
/* no reencoding needed : output the packet directly */ |
|
|