Commit df2eef0f authored by Aurelien Jacobs's avatar Aurelien Jacobs

remove unused context vars

Originally committed as revision 10749 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 059baac9
......@@ -36,18 +36,12 @@
#define EA_PREAMBLE_SIZE 8
typedef struct EaDemuxContext {
int width;
int height;
int video_stream_index;
int track_count;
int audio_stream_index;
int audio_frame_counter;
int64_t audio_pts;
int64_t video_pts;
int video_pts_inc;
float fps;
int num_channels;
int num_samples;
......
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