Originally committed as revision 12975 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
/* |
| 2 |
- * Autodesc RLE Decoder |
|
| 2 |
+ * Autodesk RLE Decoder |
|
| 3 | 3 |
* Copyright (C) 2005 the ffmpeg project |
| 4 | 4 |
* |
| 5 | 5 |
* This file is part of FFmpeg. |
| ... | ... |
@@ -21,7 +21,7 @@ |
| 21 | 21 |
|
| 22 | 22 |
/** |
| 23 | 23 |
* @file aasc.c |
| 24 |
- * Autodesc RLE Video Decoder by Konstantin Shishkov |
|
| 24 |
+ * Autodesk RLE Video Decoder by Konstantin Shishkov |
|
| 25 | 25 |
*/ |
| 26 | 26 |
|
| 27 | 27 |
#include <stdio.h> |