[vlc-commits] introduce VLC_CLIP() macro to replace use pair of __MAX() and __MIN()
Can Wu
git at videolan.org
Wed Nov 16 21:15:37 CET 2011
vlc | branch: master | Can Wu <wu.canus at gmail.com> | Wed Nov 16 09:25:36 2011 +0800| [b009862bea66be3bf9d4dcdb0c4a160e514dbca4] | committer: Rafaël Carré
introduce VLC_CLIP() macro to replace use pair of __MAX() and __MIN()
Signed-off-by: Rafaël Carré <funman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b009862bea66be3bf9d4dcdb0c4a160e514dbca4
---
include/vlc_common.h | 3 +++
modules/codec/avcodec/encoder.c | 2 +-
modules/demux/image.c | 3 +--
modules/demux/ps.c | 2 +-
modules/lua/libs/volume.c | 2 +-
modules/stream_out/raop.c | 2 +-
modules/text_renderer/freetype.c | 20 ++++++++++----------
modules/text_renderer/quartztext.c | 8 ++++----
modules/text_renderer/win32text.c | 10 +++++-----
modules/video_filter/audiobargraph_v.c | 6 +++---
modules/video_filter/bluescreen.c | 10 +++++-----
modules/video_filter/gradfun.c | 6 +++---
modules/video_filter/grain.c | 8 ++++----
modules/video_filter/logo.c | 8 ++++----
modules/video_filter/magnify.c | 8 ++++----
modules/video_filter/mosaic.c | 6 +++---
modules/video_filter/motionblur.c | 2 +-
modules/video_filter/panoramix.c | 4 ++--
modules/video_filter/sharpen.c | 2 +-
modules/video_filter/wall.c | 4 ++--
src/input/stream.c | 8 ++++----
src/video_output/display.c | 10 ++++------
src/video_output/interlacing.c | 2 +-
src/video_output/video_epg.c | 2 +-
src/video_output/video_widgets.c | 2 +-
25 files changed, 70 insertions(+), 70 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=b009862bea66be3bf9d4dcdb0c4a160e514dbca4
More information about the vlc-commits
mailing list