X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_image.h;h=b8785aeabc0e6bf6812404f584f481facec2ba43;hb=5b61614c29e2cc6149536ce847b7580ba1151025;hp=ab1031b20fdc225d912f652da261dde545670b9b;hpb=fbf4c8060d35617e39b50ae739307152d02ed951;p=vlc diff --git a/include/vlc_image.h b/include/vlc_image.h index ab1031b20f..b8785aeabc 100644 --- a/include/vlc_image.h +++ b/include/vlc_image.h @@ -21,12 +21,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#if !defined( __LIBVLC__ ) - #error You are not libvlc or one of its plugins. You cannot include this file -#endif +#ifndef VLC_IMAGE_H +#define VLC_IMAGE_H 1 -#ifndef _VLC_IMAGE_H -#define _VLC_IMAGE_H 1 +/** + * \file + * This file defines functions and structures for image conversions in vlc + */ #include @@ -69,6 +70,8 @@ VLC_EXPORT( void, image_HandlerDelete, ( image_handler_t * ) ); #define image_Convert( a, b, c, d ) a->pf_convert( a, b, c, d ) #define image_Filter( a, b, c, d ) a->pf_filter( a, b, c, d ) +VLC_EXPORT( vlc_fourcc_t, image_Ext2Fourcc, ( const char *psz_name ) ); + # ifdef __cplusplus } # endif