Re: [FFmpeg-devel] [PATCH 08/11] avformat/movenc: Fix undefined shift

2019-09-26 Thread Paul B Mahol
applied On 9/20/19, Andreas Rheinhardt wrote: > Fixes the movenc FATE-test. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/movenc.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/libavformat/movenc.c b/libavformat/movenc.c > index edddfeeb00..ce9fc8c5aa 1

[FFmpeg-devel] [PATCH 08/11] avformat/movenc: Fix undefined shift

2019-09-19 Thread Andreas Rheinhardt
Fixes the movenc FATE-test. Signed-off-by: Andreas Rheinhardt --- libavformat/movenc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index edddfeeb00..ce9fc8c5aa 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -