1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-15 11:28:55 +02:00

ffmpeg: reindent after last commit.

This commit is contained in:
Nicolas George 2012-08-19 11:23:59 +02:00
parent 429c6cab1c
commit 13b965ead4

View File

@ -963,7 +963,6 @@ static int reap_filters(void)
int i;
int64_t frame_pts;
/* TODO reindent */
/* Reap all buffers present in the buffer sinks */
for (i = 0; i < nb_output_streams; i++) {
OutputStream *ost = output_streams[i];