Commit 7ba6c31f authored by banan's avatar banan

Remove unused code found by CSA

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18783 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c1a2ec1f
......@@ -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)
......
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