Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH] Mention that AV_OPT_TYPE_IMAGE_SIZE can be unsigned
@ 2024-07-08 19:00 Andrew Sayers
  2024-07-08 19:40 ` Marcus B Spencer
  0 siblings, 1 reply; 24+ messages in thread
From: Andrew Sayers @ 2024-07-08 19:00 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Andrew Sayers

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

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2024-07-25 10:12 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-08 19:00 [FFmpeg-devel] [PATCH] Mention that AV_OPT_TYPE_IMAGE_SIZE can be unsigned Andrew Sayers
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

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