[FFmpeg-cvslog] avconv: Drop an unused variable

Luca Barbato git at videolan.org
Mon May 9 00:08:06 CEST 2016


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Fri Apr  1 05:30:22 2016 +0200| [1db8eb154908cde577477b6ab17430a0cd46b7bd] | committer: Luca Barbato

avconv: Drop an unused variable

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

 avconv.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/avconv.c b/avconv.c
index 2e199e3..1351cfc 100644
--- a/avconv.c
+++ b/avconv.c
@@ -1002,7 +1002,6 @@ static void flush_encoders(void)
 
             if (1) {
                 AVPacket pkt;
-                int got_packet;
                 av_init_packet(&pkt);
                 pkt.data = NULL;
                 pkt.size = 0;



More information about the ffmpeg-cvslog mailing list