ffmpeg: reindent.

This commit is contained in:
Anton Khirnov 2011-08-30 15:42:10 +02:00 committed by Michael Niedermayer
parent d4d5a95055
commit e0aee84084

View File

@ -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)