[FFmpeg-cvslog] r22106 - trunk/libavcodec/imgconvert.c
cehoyos
subversion
Sun Feb 28 04:52:10 CET 2010
Author: cehoyos
Date: Sun Feb 28 04:52:10 2010
New Revision: 22106
Log:
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()
Modified:
trunk/libavcodec/imgconvert.c
Modified: trunk/libavcodec/imgconvert.c
==============================================================================
--- trunk/libavcodec/imgconvert.c Sun Feb 28 04:41:59 2010 (r22105)
+++ trunk/libavcodec/imgconvert.c Sun Feb 28 04:52:10 2010 (r22106)
@@ -33,6 +33,8 @@
#include "avcodec.h"
#include "dsputil.h"
#include "colorspace.h"
+#include "internal.h"
+#include "imgconvert.h"
#include "libavutil/pixdesc.h"
#if HAVE_MMX
More information about the ffmpeg-cvslog
mailing list