mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-04 22:30:25 +00:00
ffmpeg: reindent.
This commit is contained in:
parent
d4d5a95055
commit
e0aee84084
1
ffmpeg.c
1
ffmpeg.c
@ -1707,7 +1707,6 @@ static int output_packet(InputStream *ist, int ist_index,
|
||||
AVPicture pict;
|
||||
AVPacket opkt;
|
||||
int64_t ost_tb_start_time= av_rescale_q(of->start_time, AV_TIME_BASE_Q, ost->st->time_base);
|
||||
|
||||
av_init_packet(&opkt);
|
||||
|
||||
if ((!ost->frame_number && !(pkt->flags & AV_PKT_FLAG_KEY)) && !copy_initial_nonkeyframes)
|
||||
|
Loading…
Reference in New Issue
Block a user