# HG changeset patch # User reimar # Date 1239885966 0 # Node ID 65f1c3bb0bd682764343a0375dfb1087de2bad47 # Parent 1c4ca5c32f0f850158a4d50c1b55cf7c4f7138cc Remove unused audio_pts field from ea demuxer struct diff -r 1c4ca5c32f0f -r 65f1c3bb0bd6 electronicarts.c --- 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;