Re: [FFmpeg-devel] [PATCH 1/6] avutil/common: use unsigned int in GET_UTF8

2020-01-30 Thread Marton Balint
On Thu, 30 Jan 2020, Paul B Mahol wrote: bug in commit message, otherwise lgtm Thanks, pushed the series. Regards, Marton ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit

Re: [FFmpeg-devel] [PATCH 1/6] avutil/common: use unsigned int in GET_UTF8

2020-01-30 Thread Paul B Mahol
bug in commit message, otherwise lgtm On 1/30/20, Marton Balint wrote: > Right shift of signed value is impelentation defined. > > Signed-off-by: Marton Balint > --- > libavutil/common.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavutil/common.h b/libavutil/comm

[FFmpeg-devel] [PATCH 1/6] avutil/common: use unsigned int in GET_UTF8

2020-01-29 Thread Marton Balint
Right shift of signed value is impelentation defined. Signed-off-by: Marton Balint --- libavutil/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/common.h b/libavutil/common.h index f09f0b486b..5568754bb9 100644 --- a/libavutil/common.h +++ b/libavutil/commo