mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 21:30:55 +00:00
remove unused context vars
Originally committed as revision 10749 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
059baac9c8
commit
df2eef0fef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user