|
@@ -1,5 +1,5 @@ |
|
|
/* |
|
|
/* |
|
|
* Autodesc RLE Decoder |
|
|
|
|
|
|
|
|
* Autodesk RLE Decoder |
|
|
* Copyright (C) 2005 the ffmpeg project |
|
|
* Copyright (C) 2005 the ffmpeg project |
|
|
* |
|
|
* |
|
|
* This file is part of FFmpeg. |
|
|
* This file is part of FFmpeg. |
|
@@ -21,7 +21,7 @@ |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @file aasc.c |
|
|
* @file aasc.c |
|
|
* Autodesc RLE Video Decoder by Konstantin Shishkov |
|
|
|
|
|
|
|
|
* Autodesk RLE Video Decoder by Konstantin Shishkov |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
#include <stdio.h> |
|
|
#include <stdio.h> |
|
|