From 0c1a9edad463bd6e22b30c19b700b099c7093fc1 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 11 Feb 2003 16:35:48 +0000 Subject: * UINTX -> uintx_t INTX -> intx_t Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/oggvorbis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/oggvorbis.c') diff --git a/libavcodec/oggvorbis.c b/libavcodec/oggvorbis.c index 6e661926c6..af5b1eb7bf 100644 --- a/libavcodec/oggvorbis.c +++ b/libavcodec/oggvorbis.c @@ -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 ; -- cgit v1.2.3