Commit 1db8eb15 authored by Luca Barbato's avatar Luca Barbato

avconv: Drop an unused variable

parent 6bb99757
...@@ -1002,7 +1002,6 @@ static void flush_encoders(void) ...@@ -1002,7 +1002,6 @@ static void flush_encoders(void)
if (1) { if (1) {
AVPacket pkt; AVPacket pkt;
int got_packet;
av_init_packet(&pkt); av_init_packet(&pkt);
pkt.data = NULL; pkt.data = NULL;
pkt.size = 0; pkt.size = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment