summaryrefslogtreecommitdiffstats
path: root/libavformat/pnm.c
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2003-02-11 16:35:48 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2003-02-11 16:35:48 +0000
commit0c1a9edad463bd6e22b30c19b700b099c7093fc1 (patch)
treed16ccbe29c8dbfc2cdc4e92cac31b22c181ed940 /libavformat/pnm.c
parent4596673c062e3834b6d31d1e8e210b64d74ce26b (diff)
downloadffmpeg-streaming-0c1a9edad463bd6e22b30c19b700b099c7093fc1.zip
ffmpeg-streaming-0c1a9edad463bd6e22b30c19b700b099c7093fc1.tar.gz
* UINTX -> uintx_t INTX -> intx_t
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/pnm.c')
-rw-r--r--libavformat/pnm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/pnm.c b/libavformat/pnm.c
index a0414c8..38d7ab2 100644
--- a/libavformat/pnm.c
+++ b/libavformat/pnm.c
@@ -161,7 +161,7 @@ static int pnm_write(ByteIOContext *pb, AVImageInfo *info)
{
int i, h, h1, c, n, linesize;
char buf[100];
- UINT8 *ptr, *ptr1, *ptr2;
+ uint8_t *ptr, *ptr1, *ptr2;
h = info->height;
h1 = h;
OpenPOWER on IntegriCloud