libav-cpp icon indicating copy to clipboard operation
libav-cpp copied to clipboard

fix include error, declare AVCodec* as const, and update the example in README.md

Open reidevries opened this issue 2 years ago • 0 comments

I'm not really sure why but it seems like Packet.hpp wasn't included in Decoder.hpp for some reason. Also AVCodec* needed to be declared as const, this might be due to version differences in libav, I am using a pretty recent version cloned from their github a few weeks ago. Feel free to ignore this if you want to stick with an older version i guess

reidevries avatar Apr 22 '22 09:04 reidevries