mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
ffmpeg: fix indent.
This commit is contained in:
parent
f8d58c594d
commit
fd4b4dda9c
5
ffmpeg.c
5
ffmpeg.c
@ -2066,7 +2066,6 @@ static int poll_filters(void)
|
||||
|
||||
while (1) {
|
||||
/* Reap all buffers present in the buffer sinks */
|
||||
/* TODO reindent */
|
||||
for (i = 0; i < nb_output_streams; i++) {
|
||||
OutputStream *ost = output_streams[i];
|
||||
OutputFile *of = output_files[ost->file_index];
|
||||
@ -2094,8 +2093,8 @@ static int poll_filters(void)
|
||||
break;
|
||||
}
|
||||
filtered_frame->pts = av_rescale_q(picref->pts, ist_pts_tb, AV_TIME_BASE_Q);
|
||||
// if (ost->source_index >= 0)
|
||||
// *filtered_frame= *input_streams[ost->source_index]->decoded_frame; //for me_threshold
|
||||
//if (ost->source_index >= 0)
|
||||
// *filtered_frame= *input_streams[ost->source_index]->decoded_frame; //for me_threshold
|
||||
|
||||
if (of->start_time && filtered_frame->pts < of->start_time)
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user