vlc | branch: master | Steve Lhomme <[email protected]> | Sat May 5 09:40:57 2018 +0200| [839ecf84ab65fc3c53bd595bb38a77d212dbdff2] | committer: Rémi Denis-Courmont
aout: resamp_start_drift is an mtime_t value Signed-off-by: Rémi Denis-Courmont <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=839ecf84ab65fc3c53bd595bb38a77d212dbdff2 --- src/audio_output/aout_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio_output/aout_internal.h b/src/audio_output/aout_internal.h index a960660afb..49e6e8e3b9 100644 --- a/src/audio_output/aout_internal.h +++ b/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; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
