|
|
@@ -1045,7 +1045,6 @@ static void do_streamcopy(InputStream *ist, OutputStream *ost, const AVPacket *p |
|
|
|
|
|
|
|
|
write_frame(of->ctx, &opkt, ost); |
|
|
write_frame(of->ctx, &opkt, ost); |
|
|
ost->st->codec->frame_number++; |
|
|
ost->st->codec->frame_number++; |
|
|
av_free_packet(&opkt); |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
static void rate_emu_sleep(InputStream *ist) |
|
|
static void rate_emu_sleep(InputStream *ist) |
|
|
|