diff options
Diffstat (limited to 'videocodec/OMXVideoDecoderBase.cpp')
| -rw-r--r-- | videocodec/OMXVideoDecoderBase.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/videocodec/OMXVideoDecoderBase.cpp b/videocodec/OMXVideoDecoderBase.cpp index 7087cd4..e363b45 100644 --- a/videocodec/OMXVideoDecoderBase.cpp +++ b/videocodec/OMXVideoDecoderBase.cpp @@ -17,9 +17,12 @@ //#define LOG_NDEBUG 0 #define LOG_TAG "OMXVideoDecoder" #include <wrs_omxil_core/log.h> -#include "OMXVideoDecoderBase.h" + +#include <hardware/gralloc.h> #include <va/va_android.h> +#include "OMXVideoDecoderBase.h" + static const char* VA_RAW_MIME_TYPE = "video/x-raw-va"; static const uint32_t VA_COLOR_FORMAT = 0x7FA00E00; |
