You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
flvdec: Fix indentation
Also split a long line. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -204,8 +204,9 @@ static int parse_keyframes_index(AVFormatContext *s, AVIOContext *ioc, AVStream
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!ret && timeslen == fileposlen)
|
if (!ret && timeslen == fileposlen)
|
||||||
for (i = 0; i < fileposlen; i++)
|
for (i = 0; i < fileposlen; i++)
|
||||||
av_add_index_entry(vstream, filepositions[i], times[i]*1000, 0, 0, AVINDEX_KEYFRAME);
|
av_add_index_entry(vstream, filepositions[i], times[i]*1000,
|
||||||
|
0, 0, AVINDEX_KEYFRAME);
|
||||||
else
|
else
|
||||||
av_log(s, AV_LOG_WARNING, "Invalid keyframes object, skipping.\n");
|
av_log(s, AV_LOG_WARNING, "Invalid keyframes object, skipping.\n");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user