mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Fix UNKOWN --> UNKNOWN typo
Originally committed as revision 8276 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user