You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Remove unused variables.
Originally committed as revision 17083 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -123,7 +123,6 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size,
|
||||
AVFrame *pict = data;
|
||||
AVFrame * const p= (AVFrame*)&a->picture;
|
||||
int size;
|
||||
int mb_x, mb_y;
|
||||
|
||||
*p = *pict;
|
||||
p->pict_type= FF_I_TYPE;
|
||||
|
Reference in New Issue
Block a user