comparison huffyuv.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents 7104c8561512
children c8dfb8579606
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
17 * License along with this library; if not, write to the Free Software 17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 * see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of 20 * see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
21 * the algorithm used 21 * the algorithm used
22 */
23
24 /**
25 * @file huffyuv.c
26 * huffyuv codec for libavcodec.
22 */ 27 */
23 28
24 #include "common.h" 29 #include "common.h"
25 #include "avcodec.h" 30 #include "avcodec.h"
26 #include "dsputil.h" 31 #include "dsputil.h"