AVCDecoderConfiguration语法格式分析
生活随笔
收集整理的這篇文章主要介紹了
AVCDecoderConfiguration语法格式分析
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
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
總結
以上是生活随笔為你收集整理的AVCDecoderConfiguration语法格式分析的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 忘记Oracle的sys,system的
- 下一篇: H264码流的两种形式:Annex B和