📄 video_hantro_decoder_conf.hi
字号:
/*------------------------------------------------------------------------------
-- --
-- This software is confidential and proprietary and may be used --
-- only as expressly authorized by a licensing agreement from --
-- --
-- Hantro Products Oy. --
-- --
-- In the event of publication, the following notice is applicable: --
-- --
-- (C) COPYRIGHT 2004 HANTRO PRODUCTS OY --
-- ALL RIGHTS RESERVED --
-- --
-- The entire notice above must be reproduced on all copies. --
-- --
--------------------------------------------------------------------------------
--
-- Abstract : This module contains definitions for decoder
--
------------------------------------------------------------------------------*/
#ifndef __VIDEO_HANTRO_DECODER_CONF__
#define __VIDEO_HANTRO_DECODER_CONF__
/*------------------------------------------------------------------------------
External compiler flags
--------------------------------------------------------------------------------
MP4DEC_H263_ONLY When this flag is defined the decoder supports
only H.263 decoding (MPEG-4 is disabled)
MP4DEC_TRACE Trace MP4 Decoder API function calls.
MP4DEC_EVALUATION decoder decodes only limited number of frames (400).
MP4DEC_ARM11 Enables ARM11 optimizations.
MP4DEC_UNALIGNED Uses unaligned memory access support.
------------------------------------------------------------------------------*/
#endif /* __VIDEO_HANTRO_DECODER_CONF__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -