]> git.sesse.net Git - vlc/blobdiff - src/input/input_clock.h
Give input_DecoderNew the clock used.
[vlc] / src / input / input_clock.h
index 7b1fe703edacb48645c15c7a31ed46c3ea367a3e..cfb11fea3e48238429eec103c85d5b17fa644bf0 100644 (file)
 
 #include <vlc_common.h>
 
-/**
+/** @struct input_clock_t
  * This structure is used to manage clock drift and reception jitters
  *
  * XXX input_clock_GetTS can be called from any threads. All others functions
  * MUST be called from one and only one thread.
  */
-typedef struct input_clock_t input_clock_t;
 
 /**
  * This function creates a new input_clock_t.