mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 05:11:09 +00:00
Remove unused audio_pts field from ea demuxer struct
Originally committed as revision 18538 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3f19810d9e
commit
c3481d18b4
@ -69,8 +69,6 @@ typedef struct EaDemuxContext {
|
||||
int audio_stream_index;
|
||||
int audio_frame_counter;
|
||||
|
||||
int64_t audio_pts;
|
||||
|
||||
int bytes;
|
||||
int sample_rate;
|
||||
int num_channels;
|
||||
|
Loading…
Reference in New Issue
Block a user