Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / libvpx / source / libvpx / vp9 / encoder / vp9_mbgraph.h
index bc2a704..c3af972 100644 (file)
@@ -20,7 +20,7 @@ typedef struct {
     int err;
     union {
       int_mv mv;
-      MB_PREDICTION_MODE mode;
+      PREDICTION_MODE mode;
     } m;
   } ref[MAX_REF_FRAMES];
 } MBGRAPH_MB_STATS;