Changeset 20fa5b0a9e8fdadb660b1c2ced348f51977f272f

Show
Ignore:
Timestamp:
18/07/08 21:52:58 (5 months ago)
Author:
Laurent Aimar <fenrir@videolan.org>
git-committer:
Laurent Aimar <fenrir@videolan.org> 1216410778 +0200
git-parent:

[5cc3fd9422235dc712160714f0032feccc40ae1e]

git-author:
Laurent Aimar <fenrir@videolan.org> 1216410778 +0200
Message:

Another typo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/video_filter/mosaic.c

    r5d3c921 r20fa5b0  
    547547            { 
    548548                picture_t *p_next = p_es->p_picture->p_next; 
    549                 p_original_pic( p_es->p_picture ); 
     549                picture_Release( p_es->p_picture ); 
    550550                p_es->p_picture = p_next; 
    551551            }