From 11344792e843829cfe6913da018d24636d5a182e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 7 Mar 2012 00:45:18 +0100 Subject: [PATCH] lavc/utils: remove unused variable from avcodec_encode_video2. Signed-off-by: Michael Niedermayer --- libavcodec/utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/utils.c b/libavcodec/utils.c index f8c98d0ce1..541a4b6712 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -1201,7 +1201,6 @@ int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx, { int ret; int user_packet = !!avpkt->data; - void *new_data; *got_packet_ptr = 0;