现在的位置: 首页 > 综合 > 正文

AVC Profile IDC definitions

2014年08月29日 ⁄ 综合 ⁄ 共 276字 ⁄ 字号 评论关闭

//AVC Profile IDC definitions

#define BASELINE 66

#define MAIN 77

#define EXTENDED 88

#define FREXT_HP 100

这是常用的avc profile值的定义,其中66对应的是ascii字符'B',77对应的是ascii字符'M',88对应的是ascii字符'X', 100代表high profile,还有一些定义如下:

#define FREXT_Hi10P 110

#define FREXT_Hi422 122

#define FREXT_Hi444 244

#define FREXT_CAVLC444 44

抱歉!评论已关闭.