From 9ff85412ad4fd7a4f338f938f6b72e889f7d87f3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 7 Mar 2007 00:49:49 +0000 Subject: Fix UNKOWN --> UNKNOWN typo Originally committed as revision 8276 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/sol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/sol.c') diff --git a/libavformat/sol.c b/libavformat/sol.c index 8c2ea4340e..951ec6eb9a 100644 --- a/libavformat/sol.c +++ b/libavformat/sol.c @@ -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) { -- cgit v1.2.3