diff yuv.c @ 65:a58a8a53eb46 libavformat

* UINTX -> uintx_t INTX -> intx_t
author kabi
date Tue, 11 Feb 2003 16:35:48 +0000
parents 3d52de18ecc3
children 0fdc96c2f2fe
line wrap: on
line diff
--- a/yuv.c	Mon Feb 10 09:35:32 2003 +0000
+++ b/yuv.c	Tue Feb 11 16:35:48 2003 +0000
@@ -97,7 +97,7 @@
     ByteIOContext pb1, *pb;
     char fname[1024], *p;
     int i, j, width, height;
-    UINT8 *ptr;
+    uint8_t *ptr;
     URLContext *h;
     static const char *ext = "YUV";