Re: [FFmpeg-devel] [PATCH 3/3 v2] avformat/dashenc: always attempt to enable prft on ldash mode

2020-02-27 Thread Anton Khirnov
Quoting James Almer (2020-02-26 01:28:48) > On 2/24/2020 6:54 AM, Anton Khirnov wrote: > > Quoting James Almer (2020-02-20 17:26:00) > >> Signed-off-by: James Almer > > > > Commit message is now misleading since it will only enable prft if it's > > not disabled. > > Sorry, i pushed this during

Re: [FFmpeg-devel] [PATCH 3/3 v2] avformat/dashenc: always attempt to enable prft on ldash mode

2020-02-25 Thread James Almer
On 2/24/2020 6:54 AM, Anton Khirnov wrote: > Quoting James Almer (2020-02-20 17:26:00) >> Signed-off-by: James Almer > > Commit message is now misleading since it will only enable prft if it's > not disabled. Sorry, i pushed this during the weekend. And, true. It's still attempting but

Re: [FFmpeg-devel] [PATCH 3/3 v2] avformat/dashenc: always attempt to enable prft on ldash mode

2020-02-24 Thread Anton Khirnov
Quoting James Almer (2020-02-20 17:26:00) > Signed-off-by: James Almer Commit message is now misleading since it will only enable prft if it's not disabled. > --- > Now it can be overriden if you explicitly set write_prft to 0. > > libavformat/dashenc.c | 8 +++- > 1 file changed, 7

[FFmpeg-devel] [PATCH 3/3 v2] avformat/dashenc: always attempt to enable prft on ldash mode

2020-02-20 Thread James Almer
Signed-off-by: James Almer --- Now it can be overriden if you explicitly set write_prft to 0. libavformat/dashenc.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index a52cbc9113..7032adc84d 100644 ---