Re: [FFmpeg-devel] [PATCH 1/2] avutil/opt: Add AV_OPT_TYPE_UINT16

2019-03-22 Thread Nick Renieris
Yup, will do. I made it before I realized there were size limits. Pushed a patch just in case. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-

Re: [FFmpeg-devel] [PATCH 1/2] avutil/opt: Add AV_OPT_TYPE_UINT16

2019-03-22 Thread Hendrik Leppkes
On Fri, Mar 22, 2019 at 4:01 PM wrote: > > From: Nick Renieris > > Signed-off-by: Nick Renieris > --- > libavutil/opt.c | 29 +++-- > libavutil/opt.h | 1 + > 2 files changed, 28 insertions(+), 2 deletions(-) > We really don't need this type. You can just change the ty

[FFmpeg-devel] [PATCH 1/2] avutil/opt: Add AV_OPT_TYPE_UINT16

2019-03-22 Thread velocityra
From: Nick Renieris Signed-off-by: Nick Renieris --- libavutil/opt.c | 29 +++-- libavutil/opt.h | 1 + 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/libavutil/opt.c b/libavutil/opt.c index 93d6c26c11..d409f3521a 100644 --- a/libavutil/opt.c +++ b/liba