vlc_common: move decoder_synchro_t to synchro.h

This commit is contained in:
Marvin Scholz 2019-12-21 03:23:27 +01:00
parent 3f5ba371ad
commit d18cd34a49
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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