Commit 389e0a5a authored by Alex Converse's avatar Alex Converse

avconv: Remove dead store.

parent 4ae30cac
......@@ -1627,7 +1627,6 @@ static int output_packet(InputStream *ist, int ist_index,
}
break;
}
ret = avpkt.size;
avpkt.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