projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dd52c5
)
Deobfuscate expression
author
Kostya Shishkov
<kostya.shishkov@gmail.com>
Fri, 8 Dec 2006 05:28:00 +0000
(
05:28
+0000)
committer
Kostya Shishkov
<kostya.shishkov@gmail.com>
Fri, 8 Dec 2006 05:28:00 +0000
(
05:28
+0000)
Originally committed as revision 7260 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/zmbvenc.c
patch
|
blob
|
history
diff --git
a/libavcodec/zmbvenc.c
b/libavcodec/zmbvenc.c
index
fac5b99
..
e97b855
100644
(file)
--- a/
libavcodec/zmbvenc.c
+++ b/
libavcodec/zmbvenc.c
@@
-119,7
+119,7
@@
static int encode_frame(AVCodecContext *avctx, uint8_t *buf, int buf_size, void
int i, j;
keyframe = !c->curfrm;
- c->curfrm
= c->curfrm
++;
+ c->curfrm++;
if(c->curfrm == c->keyint)
c->curfrm = 0;
*p = *pict;