On 11/23/2011 02:00 PM, Janne Grunau wrote: > On Wed, Nov 23, 2011 at 07:50:20PM +0100, Anton Khirnov wrote: >> --- >> libavcodec/tiffenc.c | 26 +++++++++++++++++++++++++- >> 1 files changed, 25 insertions(+), 1 deletions(-) > > ok, > > any idea how to phase out support for compression_level? It takes > currently precedence over the private option which is not really > desireable.
suggestion: if compression_level is >= 0, print a warning message in init() that the use of compression_level for tiff encoding is deprecated and to use compression_algo instead. and wrap the compression_level parts for removal at the next bump. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
