diff oggvorbis.c @ 1064:b32afefe7d33 libavcodec

* UINTX -> uintx_t INTX -> intx_t
author kabi
date Tue, 11 Feb 2003 16:35:48 +0000
parents 159333d9297e
children 1e39f273ecd6
line wrap: on
line diff
--- a/oggvorbis.c	Mon Feb 10 22:43:30 2003 +0000
+++ b/oggvorbis.c	Tue Feb 11 16:35:48 2003 +0000
@@ -179,7 +179,7 @@
 	
 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 ;