[vlc-devel] commit: mosaic: Remove unused function. (Pierre d'Herbemont )

git version control git at videolan.org
Thu Aug 20 16:43:34 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Aug 20 16:35:41 2009 +0200| [f5c355b6c73fbcf102952bd7a0c65f84500f33fd] | committer: Pierre d'Herbemont 

mosaic: Remove unused function.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f5c355b6c73fbcf102952bd7a0c65f84500f33fd
---

 modules/video_filter/mosaic.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/modules/video_filter/mosaic.c b/modules/video_filter/mosaic.c
index b9a3928..ac0a430 100644
--- a/modules/video_filter/mosaic.c
+++ b/modules/video_filter/mosaic.c
@@ -438,16 +438,6 @@ static void DestroyFilter( vlc_object_t *p_this )
 }
 
 /*****************************************************************************
- * MosaicReleasePicture : Hack to avoid picture duplication
- *****************************************************************************/
-static void MosaicReleasePicture( picture_t *p_picture )
-{
-    picture_t *p_original_pic = (picture_t *)p_picture->p_sys;
-
-    picture_Release( p_original_pic );
-}
-
-/*****************************************************************************
  * Filter
  *****************************************************************************/
 static subpicture_t *Filter( filter_t *p_filter, mtime_t date )




More information about the vlc-devel mailing list