export function on ffmpeg

黄毅
2023-12-01

1. define functions on relatvie module

for example: libavformat module


int ff_mpegts_parse(......){

}


2. export it

edit libavformat/libavformat.v* file, add the functions you define into it.

 类似资料:

相关阅读

相关文章

相关问答