X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_vod.h;h=18fdd32df7e460960308a8a685d4bd90dc455b9e;hb=9f5e5825632aa9910ce91993ce50bf273bd334c2;hp=f055435c316b78e4dcd8f5fa0936229c9035e3e0;hpb=fbb8255dcf8ced858d59927cb17c4f577a8d9c15;p=vlc diff --git a/include/vlc_vod.h b/include/vlc_vod.h index f055435c31..18fdd32df7 100644 --- a/include/vlc_vod.h +++ b/include/vlc_vod.h @@ -21,8 +21,19 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#ifndef _VLC_VOD_H -#define _VLC_VOD_H 1 +#ifndef VLC_VOD_H +#define VLC_VOD_H 1 + +/** + * \file + * This file defines an interface for VOD server modules in vlc + */ + +/** + * \defgroup server Video On Demand (VOD) + * Video On Demand (VOD) functionality is provided from VLM. + * @{ + */ struct vod_t { @@ -67,4 +78,8 @@ enum vod_query_e VOD_MEDIA_FORWARD, /* arg1= double res= */ }; +/** + * @} + */ + #endif