This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Remove unused code found by CSA
Originally committed as revision 18783 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Benjamin Larsson
17 years ago
parent
0020c54cb8
commit
0871e65cf6
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavformat/matroskadec.c
+ 0
- 1
libavformat/matroskadec.c
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)
Write
Preview
Loading…
Cancel
Save