wang-bin / mdk-sdk

multimedia development kit. download:
https://sourceforge.net/projects/mdk-sdk/files/
289 stars 32 forks source link

ffmpeg 7 support #246

Closed abdelaziz-mahdy closed 2 months ago

abdelaziz-mahdy commented 2 months ago

I remember mdk went to version 6 here https://github.com/wang-bin/mdk-sdk/commit/aaa10f1d05716d871847d0fb7a8ccc62392b6ad1 because of a problem related to avformat_find_stream_info and i think it got fixed in https://github.com/FFmpeg/FFmpeg/commit/a31106d84976bd28e56de35ee8085eebfc6c5e4d but i am not sure, just posting this incase it got really fixed and the migration can be done to keep ffmpeg version up to date.

wang-bin commented 2 months ago

ffmpeg7 is already used. the patch is https://github.com/wang-bin/avbuild/blob/master/patches%2Fmaster%2F0029-Revert-avutil-timestamp-change-precision-of-av_ts_ma.patch . we enabled debug log and found printing a time string is very slow(a few seconds). we guess it's a miss compilation, but not sure

abdelaziz-mahdy commented 2 months ago

Oh okay then, I didn't know it was used, then this issue can be ignored then