meh/rust-ffmpeg

`avcodec_decode_video2` is deprecated

TonalidadeHidrica opened this issue · 2 comments

In codec:decoder::video::Video::decode implementation, avcodec_decode_video2 function is used, but this is deprecated. This should be replaced to an implementation using avcodec_send_packet and avcodec_receive_frame functions instead.

I'm working on that

meh commented

Fixed on master.