remove unused context vars
Originally committed as revision 10749 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -36,18 +36,12 @@
|
|||||||
#define EA_PREAMBLE_SIZE 8
|
#define EA_PREAMBLE_SIZE 8
|
||||||
|
|
||||||
typedef struct EaDemuxContext {
|
typedef struct EaDemuxContext {
|
||||||
int width;
|
|
||||||
int height;
|
|
||||||
int video_stream_index;
|
int video_stream_index;
|
||||||
int track_count;
|
|
||||||
|
|
||||||
int audio_stream_index;
|
int audio_stream_index;
|
||||||
int audio_frame_counter;
|
int audio_frame_counter;
|
||||||
|
|
||||||
int64_t audio_pts;
|
int64_t audio_pts;
|
||||||
int64_t video_pts;
|
|
||||||
int video_pts_inc;
|
|
||||||
float fps;
|
|
||||||
|
|
||||||
int num_channels;
|
int num_channels;
|
||||||
int num_samples;
|
int num_samples;
|
||||||
|
Reference in New Issue
Block a user