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
commit
1e49ee4270
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavformat/matroskadec.c

+ 0
- 3
libavformat/matroskadec.c View File

@@ -205,9 +205,6 @@ typedef struct MatroskaDemuxContext {
AVPacket **packets; AVPacket **packets;
int num_packets; int num_packets;


/* have we already parse metadata/cues/clusters? */
int metadata_parsed;
int index_parsed;
int done; int done;
int has_cluster_id; int has_cluster_id;




Loading…
Cancel
Save