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
matroskadec: remove now unused context fields
Originally committed as revision 14577 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs
17 years ago
parent
70109c0d48
commit
1e49ee4270
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
libavformat/matroskadec.c
+ 0
- 3
libavformat/matroskadec.c
View File
@@ -205,9 +205,6 @@ typedef struct MatroskaDemuxContext {
AVPacket **packets;
int num_packets;
/* have we already parse metadata/cues/clusters? */
int metadata_parsed;
int index_parsed;
int done;
int has_cluster_id;
Write
Preview
Loading…
Cancel
Save