Re: [FFmpeg-devel] [PATCH] lavf/utils: change truncating packet log to a warning

2018-10-03 Thread Hendrik Leppkes
On Wed, Oct 3, 2018 at 11:55 AM Michael Niedermayer wrote: > > On Sun, Sep 30, 2018 at 06:08:47AM +0100, Rostislav Pehlivanov wrote: > > Some scene files do this intentionally for the sake of having a nice > > checksum. > > I think this is a bit terse and hard to understand what is meant exactly

Re: [FFmpeg-devel] [PATCH] lavf/utils: change truncating packet log to a warning

2018-10-03 Thread Michael Niedermayer
On Sun, Sep 30, 2018 at 06:08:47AM +0100, Rostislav Pehlivanov wrote: > Some scene files do this intentionally for the sake of having a nice checksum. I think this is a bit terse and hard to understand what is meant exactly maybe you can expand this commit message a bit thx [...] -- Michael

Re: [FFmpeg-devel] [PATCH] lavf/utils: change truncating packet log to a warning

2018-10-03 Thread Rostislav Pehlivanov
On Sun, 30 Sep 2018 at 06:08, Rostislav Pehlivanov wrote: > Some scene files do this intentionally for the sake of having a nice > checksum. > --- > libavformat/utils.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/utils.c b/libavformat/utils.c > index c973

[FFmpeg-devel] [PATCH] lavf/utils: change truncating packet log to a warning

2018-09-29 Thread Rostislav Pehlivanov
Some scene files do this intentionally for the sake of having a nice checksum. --- libavformat/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index c973a7e0c5..924b99f6d4 100644 --- a/libavformat/utils.c +++ b/libavformat/utils