[vlc-devel] commit: Cosmetics. (Laurent Aimar )
git version control
git at videolan.org
Wed Sep 17 23:26:04 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Sep 17 21:35:38 2008 +0200| [2ada5d8438226d9aeba8e6016434795d59bd192d] | committer: Laurent Aimar
Cosmetics.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2ada5d8438226d9aeba8e6016434795d59bd192d
---
src/video_output/vout_subpictures.c | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/video_output/vout_subpictures.c b/src/video_output/vout_subpictures.c
index 99b1605..ad63302 100644
--- a/src/video_output/vout_subpictures.c
+++ b/src/video_output/vout_subpictures.c
@@ -428,11 +428,6 @@ void spu_DestroySubpicture( spu_t *p_spu, subpicture_t *p_subpic )
vlc_mutex_unlock( &p_spu->subpicture_lock );
}
-/*****************************************************************************
- * spu_RenderSubpictures: render a subpicture list
- *****************************************************************************
- * This function renders all sub picture units in the list.
- *****************************************************************************/
static void FilterRelease( filter_t *p_filter )
{
if( p_filter->p_module )
@@ -983,6 +978,9 @@ exit:
p_region->fmt = fmt_original;
}
+/**
+ * This function renders all sub picture units in the list.
+ */
void spu_RenderSubpictures( spu_t *p_spu,
picture_t *p_pic_dst, const video_format_t *p_fmt_dst,
subpicture_t *p_subpic_list,
More information about the vlc-devel
mailing list