mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Remove some spaces to keep certain people's eyes from hurting.
Originally committed as revision 11544 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fc900b7b65
commit
9b41eb37a1
@ -716,7 +716,7 @@ resync:
|
||||
if (ff_rm_parse_packet (s, st, len, pkt, &seq, &flags, ×tamp) < 0)
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user