[vlc-devel] commit: Remove useless argument to pf_video_blend (Antoine Cellerier )
git version control
git at videolan.org
Fri Sep 5 00:29:15 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Fri Sep 5 00:30:58 2008 +0200| [418f6bcaa716dc0ff522a261909b805f33d847da] | committer: Antoine Cellerier
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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=418f6bcaa716dc0ff522a261909b805f33d847da
---
include/vlc_filter.h | 2 +-
include/vlc_osd.h | 2 +-
modules/access/screen/screen.h | 1 -
modules/access/screen/x11.c | 9 -
modules/stream_out/transcode.c | 2 +-
modules/video_filter/blend.c | 748 +++++++++++++++--------------------
modules/video_filter/blendbench.c | 2 +-
modules/video_filter/logo.c | 2 +-
src/video_output/vout_pictures.c | 8 +-
src/video_output/vout_subpictures.c | 8 +-
10 files changed, 325 insertions(+), 459 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=418f6bcaa716dc0ff522a261909b805f33d847da
More information about the vlc-devel
mailing list