You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Deobfuscate expression
Originally committed as revision 7260 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user