]> git.sesse.net Git - vlc/commitdiff
Cosmetics.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 17 Sep 2008 19:35:38 +0000 (21:35 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 17 Sep 2008 21:27:39 +0000 (23:27 +0200)
src/video_output/vout_subpictures.c

index 99b1605742a258acd251e949e155a6a4b721f610..ad6330247191bfffae0b70d08a970ee07edc069e 100644 (file)
@@ -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,