FFmpeg4.3開發(fā)系列之09:PCM重采樣及音頻編解碼實戰(zhàn)課
flags 可選:
* #define AV_PKT_FLAG_KEY 0x0001 //關(guān)鍵幀
* #define AV_PKT_FLAG_CORRUPT 0x0002 //損壞的數(shù)據(jù)
* #define AV_PKT_FLAG_DISCARD 0x0004 /丟棄的數(shù)據(jù)
*/AVPacketSideData *side_data; //容器提供的一些附加數(shù)據(jù)int side_data_elems; //邊緣數(shù)據(jù)元數(shù)個數(shù)int64_t duration; //數(shù)據(jù)的時長,以所屬媒體流的時間基準(zhǔn)為單位,未知則值為默認(rèn)值0 int64_t pos; //數(shù)據(jù)在流媒體中的位置,未知則值為默認(rèn)值-1
? ?#if FF_API_CONVERGENCE_DURATION
? ?attribute_deprecated
? ?int64_t convergence_duration; //該字段已deprecated,不在使用
?#endif} AVPacket;
標(biāo)簽: