rameType 1==offset 0 ==mvDataFilledSize 0 ===
所有p帧mv的偏移和尺寸都是0
这个要怎么打开?另外怎么取?
UInt32 mvDataOffset; /**< Actual offset to mv data bistream in buffer, in bytes */
UInt32 mvDataFilledSize; /**< Actual size of mv data bistream in buffer, in bytes */
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
rameType 1==offset 0 ==mvDataFilledSize 0 ===
所有p帧mv的偏移和尺寸都是0
这个要怎么打开?另外怎么取?
UInt32 mvDataOffset; /**< Actual offset to mv data bistream in buffer, in bytes */
UInt32 mvDataFilledSize; /**< Actual size of mv data bistream in buffer, in bytes */
你好,
你是否有参考过IVAHD h264enc user guide里面的Appendix D - Motion Vector and SAD Access API章节?