Re: [FFmpeg-devel] [PATCH 1/2] avformat/dashdec: enable overriding of the maximum manifest size

2020-09-01 Thread Jan Ekström
On Tue, Sep 1, 2020 at 9:19 PM Andreas Rheinhardt wrote: > > Jan Ekström: > > This enables people to override the sanity check without compiling > > a new binary. > > --- > > libavformat/dashdec.c | 13 ++--- > > 1 file changed, 10 insertions(+), 3 deletions(-) > > > > diff --git a/libavf

Re: [FFmpeg-devel] [PATCH 1/2] avformat/dashdec: enable overriding of the maximum manifest size

2020-09-01 Thread Andreas Rheinhardt
Jan Ekström: > This enables people to override the sanity check without compiling > a new binary. > --- > libavformat/dashdec.c | 13 ++--- > 1 file changed, 10 insertions(+), 3 deletions(-) > > diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c > index c5a5ff607b..bea9616f4a 1006

[FFmpeg-devel] [PATCH 1/2] avformat/dashdec: enable overriding of the maximum manifest size

2020-09-01 Thread Jan Ekström
This enables people to override the sanity check without compiling a new binary. --- libavformat/dashdec.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index c5a5ff607b..bea9616f4a 100644 --- a/libavformat/dashdec.

Re: [FFmpeg-devel] [PATCH 1/2] avformat/dashdec: enable overriding of the maximum manifest size

2020-09-01 Thread Jan Ekström
On Tue, Sep 1, 2020 at 8:45 PM Jan Ekström wrote: > > This enables people to override the sanity check without compiling > a new binary. > --- > libavformat/dashdec.c | 13 ++--- > 1 file changed, 10 insertions(+), 3 deletions(-) > > diff --git a/libavformat/dashdec.c b/libavformat/dashde