Browse code

Correct company name

Originally committed as revision 12975 to svn://svn.ffmpeg.org/ffmpeg/trunk

Kostya Shishkov authored on 2008/04/26 13:14:33
Showing 1 changed files
... ...
@@ -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>