`avcodec_decode_video2` is deprecated
TonalidadeHidrica opened this issue · 2 comments
TonalidadeHidrica commented
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
I'm working on that
meh commented
Fixed on master.