]> git.sesse.net Git - x264/blobdiff - common/common.h
Clean up header includes
[x264] / common / common.h
index c5d48736d289e1bb25336366ce6014c4b6234132..3a74c9e7bb60d09208ff46c9b2603f0aee804342 100644 (file)
@@ -973,6 +973,12 @@ struct x264_t
 #endif
 };
 
+typedef struct
+{
+    int sad;
+    int16_t mv[2];
+} mvsad_t;
+
 // included at the end because it needs x264_t
 #include "macroblock.h"