Browse Source

aout: remove unused variable

pull/134/head
Thomas Guillem 4 years ago
committed by Jean-Baptiste Kempf
parent
commit
07aa6e9640
  1. 1
      src/audio_output/aout_internal.h

1
src/audio_output/aout_internal.h

@ -77,7 +77,6 @@ typedef struct
bool discontinuity;
vlc_tick_t request_delay;
vlc_tick_t delay;
vlc_tick_t first_pts;
} sync;
vlc_tick_t original_pts;

Loading…
Cancel
Save