On Sun, Jun 26, 2016 at 17:12:14 +0200, Jens Ziller wrote:
> +        ctx->interlaced_frame = !(interlace_type.eMode == 
> MMAL_InterlaceProgressive);

What's wrong with using the "!=" operator instead?

>      if (avctx->pix_fmt == AV_PIX_FMT_MMAL) {
>          if (!ctx->pool_out)
> +        // in data[2] give the format struct for configure deinterlacer and 
> renderer
> +        frame->data[2] = ctx->decoder->output[0]->format;

Incorrect indentation.

Moritz
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to