-
Notifications
You must be signed in to change notification settings - Fork 22
/
deprecated.txt
12 lines (12 loc) · 1.2 KB
/
deprecated.txt
1
2
3
4
5
6
7
8
9
10
11
12
./bitstreamfilter.go:47:2: warning: ‘av_bitstream_filter_close’ is deprecated [-Wdeprecated-declarations]
./bitstreamfilter.go:70:2: warning: ‘av_bitstream_filter_filter’ is deprecated [-Wdeprecated-declarations]
./bitstreamfilter.go:87:2: warning: ‘av_bitstream_filter_init’ is deprecated [-Wdeprecated-declarations]
./bitstreamfilter.go:104:2: warning: ‘av_bitstream_filter_next’ is deprecated [-Wdeprecated-declarations]
./bitstreamfilter.go:118:2: warning: ‘av_register_bitstream_filter’ is deprecated [-Wdeprecated-declarations]
./context.go:383:2: warning: ‘avcodec_copy_context’ is deprecated [-Wdeprecated-declarations]
./context.go:404:2: warning: ‘avcodec_decode_audio4’ is deprecated [-Wdeprecated-declarations]
./context.go:446:2: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations]
./context.go:507:2: warning: ‘avcodec_encode_audio2’ is deprecated [-Wdeprecated-declarations]
./context.go:550:2: warning: ‘avcodec_encode_video2’ is deprecated [-Wdeprecated-declarations]
./packet.go:89:2: warning: ‘av_dup_packet’ is deprecated [-Wdeprecated-declarations]
./packet.go:103:2: warning: ‘av_free_packet’ is deprecated [-Wdeprecated-declarations]