Commit 65609193 authored by aurel's avatar aurel

remove unused context vars

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