[FFmpeg-devel] [PATCH] vf_colorspace: don't spam console with warnings if range is unspecified.

Ronald S. Bultje rsbultje at gmail.com
Sat Oct 22 15:43:26 EEST 2016


Hi,

On Fri, Oct 21, 2016 at 4:36 PM, Moritz Barsnick <barsnick at gmx.net> wrote:

> On Thu, Oct 20, 2016 at 12:06:14 -0400, Ronald S. Bultje wrote:
> > +            s->did_range_warn = 1;
> > +        }
> >          // fall-through
> > +    }
> >      case AVCOL_RANGE_MPEG:
>
> The fall-through comment seems misplaced now (both logically and
> probably for Coverity).


Is there documentation on what coverity expects?

Ronald


More information about the ffmpeg-devel mailing list