Browse Source

aout: resamp_start_drift is an mtime_t value

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
pull/70/head
Steve Lhomme 8 years ago
committed by Rémi Denis-Courmont
parent
commit
839ecf84ab
  1. 2
      src/audio_output/aout_internal.h

2
src/audio_output/aout_internal.h

@ -72,7 +72,7 @@ typedef struct
{
mtime_t end; /**< Last seen PTS */
float rate; /**< Play-out speed rate */
unsigned resamp_start_drift; /**< Resampler drift absolute value */
mtime_t resamp_start_drift; /**< Resampler drift absolute value */
int resamp_type; /**< Resampler mode (FIXME: redundant / resampling) */
bool discontinuity;
} sync;

Loading…
Cancel
Save