[FFmpeg-cvslog] lavc/utils: remove unused variable from avcodec_encode_video2.

Michael Niedermayer git at videolan.org
Wed Mar 7 01:00:15 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Mar  7 00:45:18 2012 +0100| [11344792e843829cfe6913da018d24636d5a182e] | committer: Michael Niedermayer

lavc/utils: remove unused variable from avcodec_encode_video2.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=11344792e843829cfe6913da018d24636d5a182e
---

 libavcodec/utils.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index f8c98d0..541a4b6 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;
 



More information about the ffmpeg-cvslog mailing list