diff sol.c @ 1885:3ffb9763dfc2 libavformat

Fix UNKOWN --> UNKNOWN typo
author diego
date Wed, 07 Mar 2007 00:49:49 +0000
parents eb16c64144ee
children 1a3c9056982a
line wrap: on
line diff
--- a/sol.c	Wed Mar 07 00:29:51 2007 +0000
+++ b/sol.c	Wed Mar 07 00:49:49 2007 +0000
@@ -29,7 +29,7 @@
 #include "bswap.h"
 
 /* if we don't know the size in advance */
-#define AU_UNKOWN_SIZE ((uint32_t)(~0))
+#define AU_UNKNOWN_SIZE ((uint32_t)(~0))
 
 static int sol_probe(AVProbeData *p)
 {