1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-11 18:07:56 +02:00

ffmpeg: Remove dead store.

This commit is contained in:
Alex Converse 2011-08-30 16:38:38 +02:00 committed by Michael Niedermayer
parent 08fe874fa4
commit cf89e55ac0

View File

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