git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changed subpicture_region_t->picture into a picture_t *
[vlc.git]
/
modules
/
video_filter
/
mosaic.c
diff --git
a/modules/video_filter/mosaic.c
b/modules/video_filter/mosaic.c
index
661eb77
..
169155d
100644
(file)
--- a/
modules/video_filter/mosaic.c
+++ b/
modules/video_filter/mosaic.c
@@
-642,9
+642,9
@@
static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
}
p_region = p_spu->pf_create_region( VLC_OBJECT(p_filter), &fmt_out );
}
p_region = p_spu->pf_create_region( VLC_OBJECT(p_filter), &fmt_out );
- /*
XXX That's a pity to do a copy, but it is needed for now
*/
+ /*
FIXME the copy is probably not needed anymore
*/
if( p_region )
if( p_region )
- picture_Copy( &p_region->picture, p_converted );
+ picture_Copy( &p_region->p
_p
icture, p_converted );
if( !p_sys->b_keep )
picture_Release( p_converted );
if( !p_sys->b_keep )
picture_Release( p_converted );