projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc900b7
)
Remove some spaces to keep certain people's eyes from hurting.
author
Diego Biurrun
<diego@biurrun.de>
Wed, 16 Jan 2008 22:47:51 +0000
(22:47 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 16 Jan 2008 22:47:51 +0000
(22:47 +0000)
Originally committed as revision 11544 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rmdec.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/rmdec.c
b/libavformat/rmdec.c
index
c5c3969
..
8481705
100644
(file)
--- a/
libavformat/rmdec.c
+++ b/
libavformat/rmdec.c
@@
-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);
}