From 20fa5b0a9e8fdadb660b1c2ced348f51977f272f Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Fri, 18 Jul 2008 21:52:58 +0200 Subject: [PATCH] Another typo. --- modules/video_filter/mosaic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_filter/mosaic.c b/modules/video_filter/mosaic.c index 19cbdebc4b..b62da83cdc 100644 --- a/modules/video_filter/mosaic.c +++ b/modules/video_filter/mosaic.c @@ -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 < -- 2.39.2