diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-03-07 00:49:49 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-03-07 00:49:49 +0000 |
commit | 9ff85412ad4fd7a4f338f938f6b72e889f7d87f3 (patch) | |
tree | 60e950c65604e08c6dc750f7b2b5ca6a75fcec6b /libavformat/sol.c | |
parent | fd9a71acaa49d376ec1b351010196292714185ec (diff) | |
download | ffmpeg-9ff85412ad4fd7a4f338f938f6b72e889f7d87f3.tar.gz |
Fix UNKOWN --> UNKNOWN typo
Originally committed as revision 8276 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/sol.c')
-rw-r--r-- | libavformat/sol.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |