projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1ba3bae
)
indentation
author
Kostya Shishkov
<kostya.shishkov@gmail.com>
Sun, 9 Mar 2008 14:16:27 +0000
(14:16 +0000)
committer
Kostya Shishkov
<kostya.shishkov@gmail.com>
Sun, 9 Mar 2008 14:16:27 +0000
(14:16 +0000)
Originally committed as revision 12395 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/zmbv.c
patch
|
blob
|
history
diff --git
a/libavcodec/zmbv.c
b/libavcodec/zmbv.c
index
fd2a120
..
972cf2c
100644
(file)
--- a/
libavcodec/zmbv.c
+++ b/
libavcodec/zmbv.c
@@
-505,7
+505,7
@@
static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, const
c->pic.key_frame = 0;
c->pic.pict_type = FF_P_TYPE;
if(c->decomp_len)
- c->decode_xor(c);
+
c->decode_xor(c);
}
/* update frames */