Commit cf89e55a authored by Alex Converse's avatar Alex Converse Committed by Michael Niedermayer

ffmpeg: Remove dead store.

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