avconv: Remove dead store.

pull/2/head
Alex Converse 14 years ago
parent 4ae30cac22
commit 389e0a5a24
  1. 1
      avconv.c

@ -1627,7 +1627,6 @@ static int output_packet(InputStream *ist, int ist_index,
}
break;
}
ret = avpkt.size;
avpkt.size = 0;
}

Loading…
Cancel
Save