Re: [FFmpeg-devel] [PATCH 1/7] avformat/segafilmenc: Fix undefined left shift of 1 by 31 places

2020-01-14 Thread Michael Niedermayer
On Tue, Jan 14, 2020 at 04:13:30AM +0100, Andreas Rheinhardt wrote: > by changing the type to unsigned. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/segafilmenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) will apply thx [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH 1/7] avformat/segafilmenc: Fix undefined left shift of 1 by 31 places

2020-01-13 Thread Andreas Rheinhardt
by changing the type to unsigned. Signed-off-by: Andreas Rheinhardt --- libavformat/segafilmenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/segafilmenc.c b/libavformat/segafilmenc.c index 812d0ad64e..d721ec38fa 100644 --- a/libavformat/segafilmenc.c +++