On 04/02/2011 01:19 PM, Anton Khirnov wrote: > +#if FF_API_FLAC_GLOBAL_OPTS > /** > * Determines which LPC analysis algorithm to use. > * - encoding: Set by user > * - decoding: unused > */ > - enum AVLPCType lpc_type; > + attribute_deprecated enum AVLPCType lpc_type;
Should we also deprecate the AVLPCType enum and move it to lpc.h without the AV prefix? I don't think private options need to have public enums for their values. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
