nareix / joy4

Golang audio/video library and streaming server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could plan to upgrated the ffmpeg api ?

wlwgcdxc opened this issue · comments

vendor/github.com/nareix/joy4/cgo/ffmpeg

src/vendor/github.com/nareix/joy4/cgo/ffmpeg/audio.go:7:9: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations]
/usr/local/include/libavcodec/avcodec.h:4706:5: note: 'avcodec_decode_audio4' has been explicitly marked deprecated here
src/vendor/github.com/nareix/joy4/cgo/ffmpeg/audio.go:10:9: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations]
/usr/local/include/libavresample/avresample.h:451:5: note: 'avresample_convert' has been explicitly marked deprecated here
cgo-gcc-prolog:137:6: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations]
/usr/local/include/libavcodec/avcodec.h:5347:5: note: 'avcodec_encode_audio2' has been explicitly marked deprecated here
cgo-gcc-prolog:264:25: warning: 'avresample_alloc_context' is deprecated [-Wdeprecated-declarations]
/usr/local/include/libavresample/avresample.h:194:25: note: 'avresample_alloc_context' has been explicitly marked deprecated here
cgo-gcc-prolog:278:2: warning: 'avresample_free' is deprecated [-Wdeprecated-declarations]
/usr/local/include/libavresample/avresample.h:258:6: note: 'avresample_free' has been explicitly marked deprecated here