Re: [FFmpeg-devel] [PATCH 05/11] avformat/nutenc: Don't pass NULL to memcmp

2019-11-01 Thread Michael Niedermayer
On Thu, Oct 31, 2019 at 07:38:00AM +, Andreas Rheinhardt wrote: > Andreas Rheinhardt: > > Carl Eugen Hoyos: > >> Am Fr., 20. Sept. 2019 um 00:30 Uhr schrieb Andreas Rheinhardt > >> : > >>> > >>> Fixes lots of FATE tests, e.g. lavf-nut, as well as the nut part of > >>> ticket #7980. > >>> > >>>

Re: [FFmpeg-devel] [PATCH 05/11] avformat/nutenc: Don't pass NULL to memcmp

2019-10-31 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Carl Eugen Hoyos: >> Am Fr., 20. Sept. 2019 um 00:30 Uhr schrieb Andreas Rheinhardt >> : >>> >>> Fixes lots of FATE tests, e.g. lavf-nut, as well as the nut part of >>> ticket #7980. >>> >>> Signed-off-by: Andreas Rheinhardt >>> --- >>> This patch is made to match the previou

Re: [FFmpeg-devel] [PATCH 05/11] avformat/nutenc: Don't pass NULL to memcmp

2019-10-21 Thread Andreas Rheinhardt
Carl Eugen Hoyos: > Am Fr., 20. Sept. 2019 um 00:30 Uhr schrieb Andreas Rheinhardt > : >> >> Fixes lots of FATE tests, e.g. lavf-nut, as well as the nut part of >> ticket #7980. >> >> Signed-off-by: Andreas Rheinhardt >> --- >> This patch is made to match the previous behaviour; whether the previo

Re: [FFmpeg-devel] [PATCH 05/11] avformat/nutenc: Don't pass NULL to memcmp

2019-09-19 Thread Carl Eugen Hoyos
Am Fr., 20. Sept. 2019 um 00:30 Uhr schrieb Andreas Rheinhardt : > > Fixes lots of FATE tests, e.g. lavf-nut, as well as the nut part of > ticket #7980. > > Signed-off-by: Andreas Rheinhardt > --- > This patch is made to match the previous behaviour; whether the previous > behaviour is correct at

[FFmpeg-devel] [PATCH 05/11] avformat/nutenc: Don't pass NULL to memcmp

2019-09-19 Thread Andreas Rheinhardt
Fixes lots of FATE tests, e.g. lavf-nut, as well as the nut part of ticket #7980. Signed-off-by: Andreas Rheinhardt --- This patch is made to match the previous behaviour; whether the previous behaviour is correct at all if the header length is zero is unknown to me. libavformat/nutenc.c | 5 ++