[SCM] libav/experimental: One more (forgotten) fix for fixing sws_flags.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:16:19 UTC 2013


The following commit has been merged in the experimental branch:
commit 56adc69501ec2a9a42b741bace3cb484ca413d81
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Mar 5 04:03:44 2008 +0000

    One more (forgotten) fix for fixing sws_flags.
    
    Originally committed as revision 26166 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index 1eb8db8..95ca40c 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.c
@@ -247,7 +247,7 @@ static const char * sws_context_to_name(void * ptr) {
 #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM
 
 static const AVOption options[] = {
-    { "sws_flags", "scaler/cpu flags", OFFSET(flags), FF_OPT_TYPE_FLAGS, DEFAULT, INT_MIN, INT_MAX, VE, "sws_flags" },
+    { "sws_flags", "scaler/cpu flags", OFFSET(flags), FF_OPT_TYPE_FLAGS, DEFAULT, 0, UINT_MAX, VE, "sws_flags" },
     { "fast_bilinear", "fast bilinear", 0, FF_OPT_TYPE_CONST, SWS_FAST_BILINEAR, INT_MIN, INT_MAX, VE, "sws_flags" },
     { "bilinear", "bilinear", 0, FF_OPT_TYPE_CONST, SWS_BILINEAR, INT_MIN, INT_MAX, VE, "sws_flags" },
     { "bicubic", "bicubic", 0, FF_OPT_TYPE_CONST, SWS_BICUBIC, INT_MIN, INT_MAX, VE, "sws_flags" },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list