> -----Original Message-----
> From: ffmpeg-devel <[email protected]> On Behalf Of
> Michael Niedermayer
> Sent: Sunday, 26 September 2021 19:01
> To: FFmpeg development discussions and patches <ffmpeg-
> [email protected]>
> Subject: Re: [FFmpeg-devel] [PATCH] avfilter/palettegen, paletteuse:
> Extend the palette conversion filters to support palettes with alpha
> 

A general coding question on the use of the comma operator:

  if (dx <= 0) nearer_kd_id = kd->left_id,  further_kd_id = kd->right_id;
  else         nearer_kd_id = kd->right_id, further_kd_id = kd->left_id;

I was tempted to change this, but I'm not sure how it is considered 
by the developers here?


softworkz
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to