avcodec: remove use of av_init_packet as it is deprecated in new ffmpeg major version
av_init_packet is deprecated in new major version of ffmpeg. Also use av_packet_free instead of unref. Use av_packet_clone and AVPacket * in vlc_av_packet_t.
parent
8fe76a5b
No related branches found
No related tags found
Showing
- modules/codec/avcodec/audio.c 7 additions, 5 deletionsmodules/codec/avcodec/audio.c
- modules/codec/avcodec/encoder.c 13 additions, 10 deletionsmodules/codec/avcodec/encoder.c
- modules/codec/avcodec/subtitle.c 11 additions, 10 deletionsmodules/codec/avcodec/subtitle.c
- modules/codec/avcodec/video.c 18 additions, 14 deletionsmodules/codec/avcodec/video.c
- modules/demux/avformat/mux.c 16 additions, 12 deletionsmodules/demux/avformat/mux.c
Loading