diff --git a/include/vlc_common.h b/include/vlc_common.h index cb4d49a0e2..222ce81bc4 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -409,7 +409,6 @@ typedef struct session_descriptor_t session_descriptor_t; /* Decoders */ typedef struct decoder_t decoder_t; -typedef struct decoder_synchro_t decoder_synchro_t; /* Encoders */ typedef struct encoder_t encoder_t; diff --git a/modules/codec/synchro.h b/modules/codec/synchro.h index e7f984a0a0..811ecd83e8 100644 --- a/modules/codec/synchro.h +++ b/modules/codec/synchro.h @@ -25,6 +25,8 @@ /***************************************************************************** * decoder_synchro_t : timers for the video synchro *****************************************************************************/ +typedef struct decoder_synchro_t decoder_synchro_t; + /* Read the discussion on top of synchro.c for more information. */ /* Pictures types */ #define I_CODING_TYPE 1