meh / rust-ffmpeg

Safe FFmpeg wrapper.
Do What The F*ck You Want To Public License
462 stars 96 forks source link

`avcodec_decode_video2` is deprecated #129

Closed TonalidadeHidrica closed 3 years ago

TonalidadeHidrica commented 4 years ago

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.

lattice0 commented 4 years ago

I'm working on that

meh commented 3 years ago

Fixed on master.