ffmpeg | branch: master | Luca Barbato <[email protected]> | 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; _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
