Skip to content
Snippets Groups Projects
Commit c38ee001 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

mediacodec: fix quirks mismatch with omx_utils.h

parent 38e5fb83
No related branches found
No related tags found
No related merge requests found
......@@ -43,11 +43,11 @@ int MediaCodecNdk_Init(mc_api*);
#define MC_API_QUIRKS_NEED_CSD 0x1
#define MC_API_VIDEO_QUIRKS_IGNORE_PADDING 0x2
#define MC_API_VIDEO_QUIRKS_SUPPORT_INTERLACED 0x4
#define MC_API_VIDEO_QUIRKS_IGNORE_SIZE 0x8
#define MC_API_AUDIO_QUIRKS_NEED_CHANNELS 0x10
#define MC_API_AUDIO_QUIRKS_NEED_CHANNELS 0x8
/* MediaCodec only QUIRKS */
#define MC_API_VIDEO_QUIRKS_ADAPTIVE 0x1000
#define MC_API_VIDEO_QUIRKS_IGNORE_SIZE 0x2000
struct mc_api_out
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment