mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Deobfuscate expression
Originally committed as revision 7260 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3dd52c5afe
commit
a4b940198a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user