]> git.sesse.net Git - vlc/commitdiff
image: Removed unused function.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 12 Aug 2008 21:58:09 +0000 (23:58 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 12 Aug 2008 22:57:25 +0000 (00:57 +0200)
src/misc/image.c

index a1f8b53d3af5312970ea4f3553cfc21e2c6dbfbf..d9e60f2b9f8e505877dd3108e259543df6d46bb4 100644 (file)
@@ -566,11 +566,6 @@ static const char *Fourcc2Ext( vlc_fourcc_t i_codec )
 }
 */
 
-static void video_release_buffer( picture_t *p_pic )
-{
-    picture_Release( p_pic );
-}
-
 static picture_t *video_new_buffer( decoder_t *p_dec )
 {
     p_dec->fmt_out.video.i_chroma = p_dec->fmt_out.i_codec;