AVC Profile IDC definitions

//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

你可能感兴趣的:(AVC Profile IDC definitions)