Browse Source

avconv: Drop an unused variable

tags/n3.1
Luca Barbato 9 years ago
parent
commit
1db8eb1549
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      avconv.c

+ 0
- 1
avconv.c 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;


Loading…
Cancel
Save