diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2008-04-26 04:14:33 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2008-04-26 04:14:33 +0000 |
commit | a9f1d8cdf6d91c4d0ca2684b45e60bd4d46f7423 (patch) | |
tree | d32f392369bb43ace3868f148df317bb39501045 /libavcodec/aasc.c | |
parent | 1cf3ee2d1c13b5c22b471ac7ae08432eb357dd9f (diff) | |
download | ffmpeg-a9f1d8cdf6d91c4d0ca2684b45e60bd4d46f7423.tar.gz |
Correct company name
Originally committed as revision 12975 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aasc.c')
-rw-r--r-- | libavcodec/aasc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/aasc.c b/libavcodec/aasc.c index eec26468bc..23279c645f 100644 --- a/libavcodec/aasc.c +++ b/libavcodec/aasc.c @@ -1,5 +1,5 @@ /* - * Autodesc RLE Decoder + * Autodesk RLE Decoder * Copyright (C) 2005 the ffmpeg project * * This file is part of FFmpeg. @@ -21,7 +21,7 @@ /** * @file aasc.c - * Autodesc RLE Video Decoder by Konstantin Shishkov + * Autodesk RLE Video Decoder by Konstantin Shishkov */ #include <stdio.h> |