comparison mjpeg.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents f59c3f66363b
children 8248e652d64e
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
18 * 18 *
19 * Support for external huffman table, various fixes (AVID workaround), 19 * Support for external huffman table, various fixes (AVID workaround),
20 * aspecting, new decode_frame mechanism and apple mjpeg-b support 20 * aspecting, new decode_frame mechanism and apple mjpeg-b support
21 * by Alex Beregszaszi <alex@naxine.org> 21 * by Alex Beregszaszi <alex@naxine.org>
22 */ 22 */
23
24 /**
25 * @file mjpeg.c
26 * MJPEG encoder and decoder.
27 */
28
23 //#define DEBUG 29 //#define DEBUG
24 #include "avcodec.h" 30 #include "avcodec.h"
25 #include "dsputil.h" 31 #include "dsputil.h"
26 #include "mpegvideo.h" 32 #include "mpegvideo.h"
27 33