[vlc-commits] aout: resamp_start_drift is an mtime_t value
    Steve Lhomme 
    git at videolan.org
       
    Sat May  5 18:10:19 CEST 2018
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | 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 <remi at remlab.net>
> 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;
    
    
More information about the vlc-commits
mailing list