[SCM] libav/experimental: 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()

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:02:03 UTC 2013


The following commit has been merged in the experimental branch:
commit 4443c0e9a9716186e53bf4bbcff8a9c6adfa0c90
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date:   Sun Feb 28 03:52:10 2010 +0000

    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()
    
    Originally committed as revision 22106 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c
index de6032d..ea5914d 100644
--- a/libavcodec/imgconvert.c
+++ b/libavcodec/imgconvert.c
@@ -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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list