changeset 4881:65f1c3bb0bd6 libavformat

Remove unused audio_pts field from ea demuxer struct
author reimar
date Thu, 16 Apr 2009 12:46:06 +0000
parents 1c4ca5c32f0f
children 8d9ce632a3e2
files electronicarts.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/electronicarts.c	Thu Apr 16 12:39:14 2009 +0000
+++ b/electronicarts.c	Thu Apr 16 12:46:06 2009 +0000
@@ -69,8 +69,6 @@
     int audio_stream_index;
     int audio_frame_counter;
 
-    int64_t audio_pts;
-
     int bytes;
     int sample_rate;
     int num_channels;