Deobfuscate expression

Originally committed as revision 7260 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Kostya Shishkov 2006-12-08 05:28:00 +00:00
parent 3dd52c5afe
commit a4b940198a
1 changed files with 1 additions and 1 deletions

View File

@ -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;