3d0c / gmf

Go Media Framework
MIT License
885 stars 170 forks source link

fixed test and some warning #136

Closed kaisawind closed 3 years ago

kaisawind commented 3 years ago

fixed all go test add one go example fixed some go warning

kaisawind commented 3 years ago

Deprecated CodecCtx from stream Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.

3d0c commented 3 years ago

Hi, @kaisawind . Great thanks for contribution.