avconv: Remove dead store.

This commit is contained in:
Alex Converse 2011-08-23 14:30:11 -07:00
parent 4ae30cac22
commit 389e0a5a24

View File

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