[FFmpeg-devel] [PATCH 01/11] libavdevice/decklink: Add support for EIA-708 output over SDI

Moritz Barsnick barsnick at gmx.net
Wed Jan 10 15:32:54 EET 2018


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


More information about the ffmpeg-devel mailing list