# HG changeset patch
# User [email protected]
# Date 1381818060 -19800
# Tue Oct 15 11:51:00 2013 +0530
# Branch hsa
# Node ID 5725e4986fa142c38ed7416f303f93604135c603
# Parent 0004c182f326197019a7426f080dd04ff99f39d3
Fixed the --me 4 cli option error
diff -r 0004c182f326 -r 5725e4986fa1 source/encoder/motion.cpp
--- a/source/encoder/motion.cpp Thu Oct 10 19:12:06 2013 -0500
+++ b/source/encoder/motion.cpp Tue Oct 15 11:51:00 2013 +0530
@@ -732,8 +732,9 @@
break;
}
}
+ break;
}
- break;
+
case X265_FULL_SEARCH:
{
// dead slow exhaustive search, but at least it uses sad_x4()
@@ -767,8 +768,9 @@
COST_MV(tmv.x, tmv.y);
}
}
+ break;
}
-
+
default:
assert(0);
break;
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel