From ecd76ccd5c1a05db799a13b53b84f6d646ebc806 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 29 Jul 2007 17:57:12 +0000 Subject: More doxygen comments git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23922 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_dvdnav.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'stream') diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c index a4e8dc9b12..44b1e8ea75 100644 --- a/stream/stream_dvdnav.c +++ b/stream/stream_dvdnav.c @@ -627,12 +627,22 @@ int dvdnav_number_of_subs(stream_t *stream) { return n; } +/** + * \brief mp_dvdnav_get_spu_clut() returns the spu clut + * \param stream: - stream pointer + * \return spu clut pointer + */ unsigned int *mp_dvdnav_get_spu_clut(stream_t *stream) { dvdnav_priv_t *priv=(dvdnav_priv_t*)stream->priv; if(!priv->spu_set) return NULL; return priv->spu_clut; } +/** + * \brief mp_dvdnav_get_highlight() get dvdnav highlight struct + * \param stream: - stream pointer + * \param hl : - highlight struct pointer + */ void mp_dvdnav_get_highlight (stream_t *stream, nav_highlight_t *hl) { dvdnav_priv_t *priv = (dvdnav_priv_t *) stream->priv; dvdnav_highlight_event_t hlev = priv->hlev; -- cgit v1.2.3