2023-11-04 09:31:38 CST W44D6

This commit is contained in:
aggresss
2023-11-04 09:31:38 +08:00
parent 6fdcf16226
commit b8ad4f6a3d
22 changed files with 35 additions and 0 deletions

View File

@@ -981,8 +981,13 @@ func (cpt *AVChapter) GetMetadataAddr() **AVDictionary {
return (**AVDictionary)(unsafe.Pointer(&cpt.metadata))
}
// typedef int (*av_format_control_message)(struct AVFormatContext *s, int type,
// void *data, size_t data_size);
type AVFormatControlMessageFunc C.av_format_control_message
// typedef int (*AVOpenCallback)(struct AVFormatContext *s,
// AVIOContext **pb, const char *url, int flags,
// const AVIOInterruptCB *int_cb, AVDictionary **options);
type AVOpenCallbackFunc C.AVOpenCallback
// AVDurationEstimationMethod