]> git.sesse.net Git - vlc/blobdiff - modules/packetizer/mpeg4audio.c
Don't re-invent uint8_t - remove byte_t
[vlc] / modules / packetizer / mpeg4audio.c
index 4a1ae7cabd3c3773afe374bad9a8e2d74fd7f9ee..4c5b9ca5aa698c2fc32d2ad0d56dac47c0d28603 100644 (file)
@@ -325,7 +325,7 @@ static block_t *PacketizeRawBlock( decoder_t *p_dec, block_t **pp_block )
 /****************************************************************************
  * ADTS helpers
  ****************************************************************************/
-static int ADTSSyncInfo( decoder_t * p_dec, const byte_t * p_buf,
+static int ADTSSyncInfo( decoder_t * p_dec, const uint8_t * p_buf,
                          unsigned int * pi_channels,
                          unsigned int * pi_sample_rate,
                          unsigned int * pi_frame_length,