Module: libav
Branch: master
Commit: 1db8eb154908cde577477b6ab17430a0cd46b7bd

Author:    Luca Barbato <[email protected]>
Committer: Luca Barbato <[email protected]>
Date:      Fri Apr  1 05:30:22 2016 +0200

avconv: Drop an unused variable

---

 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;

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to