1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

Remove unused code found by CSA

Originally committed as revision 18783 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Benjamin Larsson 2009-05-10 14:33:40 +00:00
parent 0020c54cb8
commit 0871e65cf6

View File

@ -1679,7 +1679,6 @@ static int matroska_parse_block(MatroskaDemuxContext *matroska, uint8_t *data,
if (av_new_packet(pkt, pkt_size+offset) < 0) {
av_free(pkt);
res = AVERROR(ENOMEM);
n = laces-1;
break;
}
if (offset)