3d0c / gmf

Go Media Framework
MIT License
889 stars 170 forks source link

Not compatible with latest ffmpeg-5.1 #152

Closed dubrsl closed 2 years ago

dubrsl commented 2 years ago

I'm trying to build my project and I'm getting an error:

go build
github.com/3d0c/gmf
../../../go/pkg/mod/github.com/3d0c/gmf@v0.0.0-20220425074253-5646e6e80daf/frame_go112.go:308:2: could not determine kind of name for C.AV_FRAME_DATA_QP_TABLE_DATA
../../../go/pkg/mod/github.com/3d0c/gmf@v0.0.0-20220425074253-5646e6e80daf/frame_go112.go:309:2: could not determine kind of name for C.AV_FRAME_DATA_QP_TABLE_PROPERTIES

These attributes have been removed https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/b8accd1175d20ab308de69dbd06bda06a02183e3 Can you fix this error? Thank you!

3d0c commented 2 years ago

Merged. Thank You.