[vlc-commits] Kate: fix typo
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Sat Nov  1 17:35:15 CET 2014
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Nov  1 17:34:59 2014 +0100| [337786ec6f4cba6f404f17d57086a9e3716e16d4] | committer: Jean-Baptiste Kempf
Kate: fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=337786ec6f4cba6f404f17d57086a9e3716e16d4
---
 modules/codec/kate.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/kate.c b/modules/codec/kate.c
index b006ddc..3c64856 100644
--- a/modules/codec/kate.c
+++ b/modules/codec/kate.c
@@ -1261,7 +1261,7 @@ static subpicture_t *SetupSimpleKateSPU( decoder_t *p_dec, subpicture_t *p_spu,
         if( !p_bitmap_region )
         {
             msg_Err( p_dec, "cannot allocate SPU region" );
-            subpicture_Delete( p_dec, p_spu );
+            subpicture_Delete( p_spu );
             return NULL;
         }
 
    
    
More information about the vlc-commits
mailing list