On 05/05/2014 10:11 AM, Luca Barbato wrote: > /** > + * Provide the upper bound on the number of samples the configured > + * conversion would output. > + * > + * @param avr audio resample context > + * @param in_nb_samples number of input samples > + * > + * @return number of samples or AVERROR(EINVAL) if the value > + * would exceed INT_MAX > + */ > + > +int avresample_max_output_samples(AVAudioResampleContext *avr, > + int in_nb_samples);
Extra blank line between the doxy and the function prototype. Otherwise looks ok. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
