]> git.sesse.net Git - vlc/commit
Remove useless argument to pf_video_blend
authorAntoine Cellerier <dionoea@videolan.org>
Thu, 4 Sep 2008 22:30:58 +0000 (00:30 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Thu, 4 Sep 2008 22:32:34 +0000 (00:32 +0200)
commit418f6bcaa716dc0ff522a261909b805f33d847da
tree5ffa883af9fd064823f00318dfa0f889bc68f13c
parentff98719622c27c436d63fd99477377b1ea72a933
Remove useless argument to pf_video_blend

We were already blending directly on top of the destination
picture. This simplifies the code and should prevent further
confusion.
include/vlc_filter.h
include/vlc_osd.h
modules/access/screen/screen.h
modules/access/screen/x11.c
modules/stream_out/transcode.c
modules/video_filter/blend.c
modules/video_filter/blendbench.c
modules/video_filter/logo.c
src/video_output/vout_pictures.c
src/video_output/vout_subpictures.c