Revision 983e3246 libavcodec/huffyuv.c
libavcodec/huffyuv.c | ||
---|---|---|
20 | 20 |
* see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of |
21 | 21 |
* the algorithm used |
22 | 22 |
*/ |
23 |
|
|
24 |
/** |
|
25 |
* @file huffyuv.c |
|
26 |
* huffyuv codec for libavcodec. |
|
27 |
*/ |
|
23 | 28 |
|
24 | 29 |
#include "common.h" |
25 | 30 |
#include "avcodec.h" |
Also available in: Unified diff