Browse Source

Correct company name

Originally committed as revision 12975 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Kostya Shishkov 17 years ago
parent
commit
a9f1d8cdf6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/aasc.c

+ 2
- 2
libavcodec/aasc.c View File

@@ -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>


Loading…
Cancel
Save