summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/aasc.c4
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>