]> git.sesse.net Git - vlc/commitdiff
Another typo.
authorLaurent Aimar <fenrir@videolan.org>
Fri, 18 Jul 2008 19:52:58 +0000 (21:52 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 18 Jul 2008 19:52:58 +0000 (21:52 +0200)
modules/video_filter/mosaic.c

index 19cbdebc4bfaa4a977591cb6457b9f7f7a45499e..b62da83cdcc90ebc3db6e88d968d9500dbc2b12d 100644 (file)
@@ -546,7 +546,7 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
             if ( p_es->p_picture->p_next != NULL )
             {
                 picture_t *p_next = p_es->p_picture->p_next;
-                p_original_pic( p_es->p_picture );
+                picture_Release( p_es->p_picture );
                 p_es->p_picture = p_next;
             }
             else if ( p_es->p_picture->date + p_sys->i_delay + BLANK_DELAY <