Commit 2187e60a authored by kostya's avatar kostya

Deobfuscate expression

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7260 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1430c8f9
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment