comparison sol.c @ 1885:3ffb9763dfc2 libavformat

Fix UNKOWN --> UNKNOWN typo
author diego
date Wed, 07 Mar 2007 00:49:49 +0000
parents eb16c64144ee
children 1a3c9056982a
comparison
equal deleted inserted replaced
1884:1792b6c5387b 1885:3ffb9763dfc2
27 #include "allformats.h" 27 #include "allformats.h"
28 #include "riff.h" 28 #include "riff.h"
29 #include "bswap.h" 29 #include "bswap.h"
30 30
31 /* if we don't know the size in advance */ 31 /* if we don't know the size in advance */
32 #define AU_UNKOWN_SIZE ((uint32_t)(~0)) 32 #define AU_UNKNOWN_SIZE ((uint32_t)(~0))
33 33
34 static int sol_probe(AVProbeData *p) 34 static int sol_probe(AVProbeData *p)
35 { 35 {
36 /* check file header */ 36 /* check file header */
37 uint16_t magic; 37 uint16_t magic;