diff raw.c @ 65:a58a8a53eb46 libavformat

* UINTX -> uintx_t INTX -> intx_t
author kabi
date Tue, 11 Feb 2003 16:35:48 +0000
parents b0e0eb595e29
children 25062c9b1f86
line wrap: on
line diff
--- a/raw.c	Mon Feb 10 09:35:32 2003 +0000
+++ b/raw.c	Tue Feb 11 16:35:48 2003 +0000
@@ -38,7 +38,7 @@
 }
 
 /* raw input */
-static static int raw_read_header(AVFormatContext *s, AVFormatParameters *ap)
+static int raw_read_header(AVFormatContext *s, AVFormatParameters *ap)
 {
     AVStream *st;
     int id;