From: "Clément Bœsch" <u@pkh.me> To: ffmpeg-devel@ffmpeg.org Cc: "Clément Bœsch" <u@pkh.me> Subject: [FFmpeg-devel] [PATCH 4/4] avfilter/paletteuse: use explicit key indexes in set_frame_lut Date: Fri, 30 Dec 2022 12:34:55 +0100 Message-ID: <20221230113455.2632289-5-u@pkh.me> (raw) In-Reply-To: <20221230113455.2632289-1-u@pkh.me> --- libavfilter/vf_paletteuse.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/libavfilter/vf_paletteuse.c b/libavfilter/vf_paletteuse.c index 252ad746f0..944ff5c74d 100644 --- a/libavfilter/vf_paletteuse.c +++ b/libavfilter/vf_paletteuse.c @@ -918,15 +918,15 @@ DEFINE_SET_FRAME(burkes, DITHERING_BURKES) DEFINE_SET_FRAME(atkinson, DITHERING_ATKINSON) static const set_frame_func set_frame_lut[NB_DITHERING] = { - set_frame_none, - set_frame_bayer, - set_frame_heckbert, - set_frame_floyd_steinberg, - set_frame_sierra2, - set_frame_sierra2_4a, - set_frame_sierra3, - set_frame_burkes, - set_frame_atkinson, + [DITHERING_NONE] = set_frame_none, + [DITHERING_BAYER] = set_frame_bayer, + [DITHERING_HECKBERT] = set_frame_heckbert, + [DITHERING_FLOYD_STEINBERG] = set_frame_floyd_steinberg, + [DITHERING_SIERRA2] = set_frame_sierra2, + [DITHERING_SIERRA2_4A] = set_frame_sierra2_4a, + [DITHERING_SIERRA3] = set_frame_sierra3, + [DITHERING_BURKES] = set_frame_burkes, + [DITHERING_ATKINSON] = set_frame_atkinson, }; static int dither_value(int p) -- 2.39.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2022-12-30 11:35 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-12-30 11:34 [FFmpeg-devel] 3 more dithering mode in paletteuse Clément Bœsch 2022-12-30 11:34 ` [FFmpeg-devel] [PATCH 1/4] avfilter/paletteuse: add sierra3 dithering Clément Bœsch 2022-12-30 11:34 ` [FFmpeg-devel] [PATCH 2/4] avfilter/paletteuse: add burkes dithering Clément Bœsch 2022-12-30 11:34 ` [FFmpeg-devel] [PATCH 3/4] avfilter/paletteuse: add atkinson dithering Clément Bœsch 2022-12-30 11:34 ` Clément Bœsch [this message] 2022-12-30 11:49 ` [FFmpeg-devel] 3 more dithering mode in paletteuse Clément Bœsch 2023-01-03 16:31 ` Clément Bœsch
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20221230113455.2632289-5-u@pkh.me \ --to=u@pkh.me \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git