AVCDecoderConfiguration语法格式分析
生活随笔
收集整理的這篇文章主要介紹了
AVCDecoderConfiguration语法格式分析
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
aligned(8) class AVCDecoderConfigurationRecord {unsigned int(8) configurationVersion = 1;unsigned int(8) AVCProfileIndication;unsigned int(8) profile_compatibility;unsigned int(8) AVCLevelIndication;bit(6) reserved = ‘111111’b;unsigned int(2) lengthSizeMinusOne;bit(3) reserved = ‘111’b;unsigned int(5) numOfSequenceParameterSets;for (i=0; i< numOfSequenceParameterSets; i++) {unsigned int(16) sequenceParameterSetLength ;bit(8*sequenceParameterSetLength) sequenceParameterSetNALUnit;}unsigned int(8) numOfPictureParameterSets;for (i=0; i< numOfPictureParameterSets; i++) {unsigned int(16) pictureParameterSetLength;bit(8*pictureParameterSetLength) pictureParameterSetNALUnit;}
}
https://blog.csdn.net/yu_yuan_1314/article/details/12159959
總結(jié)
以上是生活随笔為你收集整理的AVCDecoderConfiguration语法格式分析的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 忘记Oracle的sys,system的
- 下一篇: H264码流的两种形式:Annex B和