Quoting Noel Niles (2016-05-17 04:34:37) > I'm trying to get an application to compile on the latest version of > Ubuntu, but I keep getting warnings that: > > ‘AVCodecContext::intra_quant_bias’ is deprecated > > The documentation says I should "use encoder private option instead". > > Can somebody explain to me the syntax to use the private option?
First of all, this is not the right place for such questions. You should send them to the user mailing list or the user IRC channel. You can find some examples of using AVOptions in https://libav.org/documentation/doxygen/master/group__lavr.html#details but I have to question whether you even need to set that option. It's a quite low-level option specific to a few encoders. You should not touch it unless you have a good idea of what it does and why you need it. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
