fix for issue 4142219
Don't hard code platform-specific limitations
engine part.

Change-Id: Ibc8a539e5bbac738f60ef935670a333b7017e20e
diff --git a/libvideoeditor/lvpp/VideoEditorTools.h b/libvideoeditor/lvpp/VideoEditorTools.h
index 0552799..f39ed90 100755
--- a/libvideoeditor/lvpp/VideoEditorTools.h
+++ b/libvideoeditor/lvpp/VideoEditorTools.h
@@ -29,11 +29,10 @@
 #include "M4VSS3GPP_API.h"
 #include "M4xVSS_API.h"
 #include "M4xVSS_Internal.h"
-
 #include "M4AIR_API.h"
 #include "PreviewRenderer.h"
-#define MEDIA_RENDERING_INVALID 255
 
+#define MEDIA_RENDERING_INVALID 255
 #define TRANSPARENT_COLOR 0x7E0
 #define LUM_FACTOR_MAX 10
 enum {
@@ -137,4 +136,7 @@
 M4OSA_ERR applyEffectsAndRenderingMode(vePostProcessParams *params,
     M4OSA_UInt32 reportedWidth, M4OSA_UInt32 reportedHeight);
 
+android::status_t getVideoSizeByResolution(M4VIDEOEDITING_VideoFrameSize resolution,
+    uint32_t *pWidth, uint32_t *pHeight);
+
 #endif // ANDROID_VE_TOOLS_H