comparison imgconvert.c @ 11318:ad0ea9f21f9a libavcodec

Include internal.h and imgconvert.h, they contain the prototypes for the following functions: ff_is_hwaccel_pix_fmt(), ff_set_systematic_pal(), ff_fill_linesize(), ff_fill_pointer(), ff_get_plane_bytewidth()
author cehoyos
date Sun, 28 Feb 2010 03:52:10 +0000
parents e1bc53867092
children eb03ee2f7781
comparison
equal deleted inserted replaced
11317:35d05a2f4361 11318:ad0ea9f21f9a
31 */ 31 */
32 32
33 #include "avcodec.h" 33 #include "avcodec.h"
34 #include "dsputil.h" 34 #include "dsputil.h"
35 #include "colorspace.h" 35 #include "colorspace.h"
36 #include "internal.h"
37 #include "imgconvert.h"
36 #include "libavutil/pixdesc.h" 38 #include "libavutil/pixdesc.h"
37 39
38 #if HAVE_MMX 40 #if HAVE_MMX
39 #include "x86/mmx.h" 41 #include "x86/mmx.h"
40 #include "x86/dsputil_mmx.h" 42 #include "x86/dsputil_mmx.h"