1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-20 16:25:04 +02:00

avconv: Drop an unused variable

This commit is contained in:
Luca Barbato 2016-04-01 05:30:22 +02:00
parent 6bb99757b7
commit 1db8eb1549

View File

@ -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;