On Wed, Jan 10, 2018 at 14:29:43 +0100, Moritz Barsnick wrote:
> > + for (size_t i = 0; i < cc_count; i++) {
> Declare i outside the clause.
> > + for (int i = 0; i < vanc_lines.num_lines; i++) {
> Same here.Sorry, this rule may not apply to C++ files, as it's part of all C++ standards and all compilers should support it. Others may know more. Moritz _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
