]> git.sesse.net Git - vlc/commitdiff
Kate: fix typo
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 1 Nov 2014 16:34:59 +0000 (17:34 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 1 Nov 2014 16:34:59 +0000 (17:34 +0100)
modules/codec/kate.c

index b006ddc73ef90cb33e638048977e4526b0e6e787..3c648566530b6047ffb5f848f697ad2b868ff5be 100644 (file)
@@ -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;
         }