Skip to content
Snippets Groups Projects
Commit 9b41eb37 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Remove some spaces to keep certain people's eyes from hurting.

Originally committed as revision 11544 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fc900b7b
No related branches found
No related tags found
No related merge requests found
...@@ -716,7 +716,7 @@ resync: ...@@ -716,7 +716,7 @@ resync:
if (ff_rm_parse_packet (s, st, len, pkt, &seq, &flags, &timestamp) < 0) if (ff_rm_parse_packet (s, st, len, pkt, &seq, &flags, &timestamp) < 0)
goto resync; goto resync;
if( (flags&2) && (seq&0x7F) == 1 ) if((flags&2) && (seq&0x7F) == 1)
av_add_index_entry(st, pos, timestamp, 0, 0, AVINDEX_KEYFRAME); av_add_index_entry(st, pos, timestamp, 0, 0, AVINDEX_KEYFRAME);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment