[vlc-devel] [PATCH 1/2] mux: avi: improve RIFF header builder.
Denis Charmet
typx at dinauz.org
Thu Sep 5 10:53:18 CEST 2013
Le mercredi 04 septembre 2013 à 04:14:32, Francois Cartegnie a écrit :
> +static void bo_SetByte( buffer_out_t *p_bo, uint8_t i, int i_offset )
> +static void bo_SetWordLE( buffer_out_t *p_bo, uint16_t i, int i_offset )
> static void bo_AddWordLE( buffer_out_t *p_bo, uint16_t i )
> +static void bo_SetDWordLE( buffer_out_t *p_bo, uint32_t i, int i_offset )
> static void bo_AddDWordLE( buffer_out_t *p_bo, uint32_t i )
Why not using the functions in vlc_common.h?
Regards,
--
Denis Charmet - TypX
Le mauvais esprit est un art de vivre
More information about the vlc-devel
mailing list