]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/oggvorbis.c
* UINTX -> uintx_t INTX -> intx_t
[ffmpeg] / libavcodec / oggvorbis.c
index 6e661926c62a5f0e5fe0b131003a03564b969162..af5b1eb7bf758b2667d961e212f40de519653dea 100644 (file)
@@ -179,7 +179,7 @@ static inline int conv(int samples, float **pcm, char *buf, int channels) {
        
 static int oggvorbis_decode_frame(AVCodecContext *avccontext,
                         void *data, int *data_size,
-                        UINT8 *buf, int buf_size)
+                        uint8_t *buf, int buf_size)
 {
     OggVorbisContext *context = avccontext->priv_data ;
     ogg_packet *op = (ogg_packet*)buf ;