Commit 20fa5b0a authored by Laurent Aimar's avatar Laurent Aimar

Another typo.

parent 5cc3fd94
...@@ -546,7 +546,7 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date ) ...@@ -546,7 +546,7 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
if ( p_es->p_picture->p_next != NULL ) if ( p_es->p_picture->p_next != NULL )
{ {
picture_t *p_next = p_es->p_picture->p_next; 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; p_es->p_picture = p_next;
} }
else if ( p_es->p_picture->date + p_sys->i_delay + BLANK_DELAY < else if ( p_es->p_picture->date + p_sys->i_delay + BLANK_DELAY <
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment