]> git.sesse.net Git - vlc/commit
Use image_Convert for upscaling the picture (2x faster).
authorLaurent Aimar <fenrir@videolan.org>
Tue, 22 Jul 2008 19:46:22 +0000 (21:46 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 22 Jul 2008 19:49:08 +0000 (21:49 +0200)
commit4c8bc7a8ce4787bf347be62fd4fe0c04680f25f0
treec03a2b66ac9ef308867d4860a682578c7a7ce11d
parent6e3e18c6fabf8e0d4af051bd290de60ddf1a2375
Use image_Convert for upscaling the picture (2x faster).
Clean up and use picture_*
Properly lock state variable. Grrrr, nearly all filters do not
lock their state when implementing callbacks ...
modules/video_filter/magnify.c