Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: source/libvpx/vp8/common/common.h

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/tools_common.c ('k') | source/libvpx/vp8/common/findnearmv.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vp8/common/common.h
diff --git a/source/libvpx/vp8/common/common.h b/source/libvpx/vp8/common/common.h
index ba3d9f54d1e0a8413950220979b435ffc177d039..e58a9cc23ba9c6851aaa6483ed5093803dbc8c0b 100644
--- a/source/libvpx/vp8/common/common.h
+++ b/source/libvpx/vp8/common/common.h
@@ -22,9 +22,6 @@
extern "C" {
#endif
-#define MIN(x, y) (((x) < (y)) ? (x) : (y))
-#define MAX(x, y) (((x) > (y)) ? (x) : (y))
-
/* Only need this for fixed-size arrays, for structs just assign. */
#define vp8_copy( Dest, Src) { \
« no previous file with comments | « source/libvpx/tools_common.c ('k') | source/libvpx/vp8/common/findnearmv.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698