shithub: libvpx

Download patch

ref: b829a9d63cb15ce9cbe8305e92587761a530abda
parent: 37d901a47adb3531f4cdf8ad094f66a065b75cfe
parent: 7363e668d5e69a7cca8fb9f3b3ad80740d81fe02
author: Dmitry Kovalev <[email protected]>
date: Thu Jul 18 13:56:11 EDT 2013

Merge "Removing unused int_mv32 union."

--- a/vp9/common/vp9_mv.h
+++ b/vp9/common/vp9_mv.h
@@ -28,9 +28,4 @@
   int32_t col;
 } MV32;
 
-typedef union int_mv32 {
-  uint64_t as_int;
-  MV32 as_mv;
-} int_mv32; /* facilitates faster equality tests and copies */
-
 #endif  // VP9_COMMON_VP9_MV_H_