comparison mpegvideo.c @ 5028:3d8a813666e4 libavcodec

split ljpeg encoder out of mjpeg.c
author aurel
date Fri, 18 May 2007 22:42:49 +0000
parents 3aba3479d806
children dbaa06366c3c
comparison
equal deleted inserted replaced
5027:696cda281304 5028:3d8a813666e4
28 */ 28 */
29 29
30 #include "avcodec.h" 30 #include "avcodec.h"
31 #include "dsputil.h" 31 #include "dsputil.h"
32 #include "mpegvideo.h" 32 #include "mpegvideo.h"
33 #include "mjpegenc.h"
33 #include "msmpeg4.h" 34 #include "msmpeg4.h"
34 #include "faandct.h" 35 #include "faandct.h"
35 #include <limits.h> 36 #include <limits.h>
36 37
37 #ifdef USE_FASTMEMCPY 38 #ifdef USE_FASTMEMCPY