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

2020-09-01 Thread Andreas Rheinhardt
Jan Ekström: > On Tue, Sep 1, 2020 at 9:56 PM Andreas Rheinhardt > wrote: >> >> Jan Ekström: >>> On Tue, Sep 1, 2020 at 9:31 PM Andreas Rheinhardt >>> wrote: Jan Ekström: > This enables people to override the sanity check without compiling > a new binary. > --- >

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

2020-09-01 Thread Jan Ekström
On Tue, Sep 1, 2020 at 9:56 PM Andreas Rheinhardt wrote: > > Jan Ekström: > > On Tue, Sep 1, 2020 at 9:31 PM Andreas Rheinhardt > > wrote: > >> > >> Jan Ekström: > >>> This enables people to override the sanity check without compiling > >>> a new binary. > >>> --- > >>> libavformat/dashdec.c |

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

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

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

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

Re: [FFmpeg-devel] [PATCH 1/2 v2] 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 | 17 ++--- > 1 file changed, 14 insertions(+), 3 deletions(-) > > diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c > index c5a5ff607b..4080b9b650

[FFmpeg-devel] [PATCH 1/2 v2] 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 | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index c5a5ff607b..4080b9b650 100644 ---