Quoting Marshall Murmu (2020-03-16 12:19:55) > On Mon, Mar 16, 2020 at 3:40 PM Moritz Barsnick <barsn...@gmx.net> wrote: > > > Hi Marshall, > > > > On Sat, Mar 14, 2020 at 15:58:32 +0530, Marshall Murmu wrote: > > > > > + {"soundfont", "location of soundfont", > > OFFSET(soundfont), AV_OPT_TYPE_STRING, {.str=NULL}, CHAR_MIN, > > CHAR_MAX, FLAGS}, > > > > I don't think we define ranges for AV_OPT_TYPE_STRING. > > > I looked at other filters and found that some had defined the ranges as > (CHAR_MIN, CHAR_MAX) or (0,0) or the range was not defined. So I didn't > think it would be an issue.
That is a cargo cult and has no effect whatsoever. Better not set it at all to avoid propagating this misunderstanding. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".