-
- Downloads
Support newer version of libavformat
In later version, av_find_best_stream fills in a pointer to *const* AVCodec* and I need a preprocessor check to make sure I can handle both the new version and the old one void gives me. (To be fair, it should have been a const all along, so I'm not annoyed at the change.)
Please register or sign in to comment