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

Moritz Barsnick barsnick at gmx.net
Fri Oct 21 23:36:22 EEST 2016


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).

Moritz


More information about the ffmpeg-devel mailing list