sourcey / libsourcey

C++14 evented IO libraries for high performance networking and media based applications
https://sourcey.com/libsourcey
GNU Lesser General Public License v2.1
1.31k stars 347 forks source link

ffmpeg Encoding/Decoding apis need to be changed #242

Open traw opened 6 years ago

traw commented 6 years ago

Older api's like #avcodec_encode_video2 used for encoding and decoding need to be updated to avcodec_send/receive_packet/frame

242