diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-02-28 03:52:10 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-02-28 03:52:10 +0000 |
commit | 4443c0e9a9716186e53bf4bbcff8a9c6adfa0c90 (patch) | |
tree | e892e0f881de2572cd4aa72779cd40769d0c9e2c /libavcodec/imgconvert.c | |
parent | ccd17ea13c26d86b0697868f43e848a5a15ab36e (diff) | |
download | ffmpeg-4443c0e9a9716186e53bf4bbcff8a9c6adfa0c90.tar.gz |
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
Diffstat (limited to 'libavcodec/imgconvert.c')
-rw-r--r-- | libavcodec/imgconvert.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c index de6032d5c0..ea5914dba8 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 |