From: Andrew Sayers <ffmpeg-devel@pileofstuff.org> To: ffmpeg-devel@ffmpeg.org Cc: Andrew Sayers <ffmpeg-devel@pileofstuff.org> Subject: [FFmpeg-devel] [PATCH] Mention that AV_OPT_TYPE_IMAGE_SIZE can be unsigned Date: Mon, 8 Jul 2024 20:00:38 +0100 Message-ID: <20240708190038.1298576-1-ffmpeg-devel@pileofstuff.org> (raw) TileContext in libavfilter/vf_tile.c and UntileContext in libavfilter/vf_untile.c point to unsigned ints - confirm this is OK. --- libavutil/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/opt.h b/libavutil/opt.h index 07e27a9208..9339b1a6ac 100644 --- a/libavutil/opt.h +++ b/libavutil/opt.h @@ -252,7 +252,7 @@ enum AVOptionType{ AV_OPT_TYPE_DICT, AV_OPT_TYPE_UINT64, AV_OPT_TYPE_CONST, - AV_OPT_TYPE_IMAGE_SIZE, ///< offset must point to two consecutive ints + AV_OPT_TYPE_IMAGE_SIZE, ///< offset must point to two consecutive ints (or unsigned ints) AV_OPT_TYPE_PIXEL_FMT, AV_OPT_TYPE_SAMPLE_FMT, AV_OPT_TYPE_VIDEO_RATE, ///< offset must point to AVRational -- 2.45.2 _______________________________________________ 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 reply other threads:[~2024-07-08 19:01 UTC|newest] Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-07-08 19:00 Andrew Sayers [this message] 2024-07-08 19:40 ` Marcus B Spencer 2024-07-08 19:59 ` [FFmpeg-devel] [PATCH v2] lavu/opt: " Andrew Sayers 2024-07-10 14:01 ` Paul B Mahol 2024-07-10 14:54 ` Andrew Sayers 2024-07-19 12:54 ` James Almer 2024-07-19 13:54 ` [FFmpeg-devel] [PATCH v2] avfilter: fix data type for {Tile, Untile}Context's image size Andrew Sayers 2024-07-19 15:31 ` Paul B Mahol 2024-07-19 15:45 ` Andrew Sayers 2024-07-23 14:42 ` [FFmpeg-devel] [PATCH v4] " Andrew Sayers 2024-07-23 15:17 ` [FFmpeg-devel] [PATCH v2] " James Almer 2024-07-23 16:17 ` Paul B Mahol 2024-07-23 16:24 ` Paul B Mahol 2024-07-23 16:36 ` James Almer 2024-07-23 20:00 ` Ronald S. Bultje 2024-07-23 22:10 ` Michael Niedermayer 2024-07-24 4:32 ` Michael Niedermayer 2024-07-24 4:49 ` Marvin Scholz (ePirat) 2024-07-24 13:08 ` Michael Niedermayer 2024-07-24 19:33 ` Rémi Denis-Courmont 2024-07-25 7:54 ` Ronald S. Bultje 2024-07-25 10:12 ` Rémi Denis-Courmont 2024-07-19 8:34 ` [FFmpeg-devel] [PATCH v2] lavu/opt: Mention that AV_OPT_TYPE_IMAGE_SIZE can be unsigned Andrew Sayers 2024-07-19 12:42 ` Paul B Mahol
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=20240708190038.1298576-1-ffmpeg-devel@pileofstuff.org \ --to=ffmpeg-devel@pileofstuff.org \ --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