Re: [FFmpeg-devel] [PATCH 2/2] avformat/framehash: add sidedata checksum

2016-04-13 Thread James Almer
On 4/13/2016 8:44 PM, Michael Niedermayer wrote: > On Wed, Apr 13, 2016 at 01:54:26AM -0300, James Almer wrote: >> Signed-off-by: James Almer >> --- >> Once these two patches go in I'll send one enabling version 2 output >> by default. >> >> libavformat/hashenc.c | 36

Re: [FFmpeg-devel] [PATCH 2/2] avformat/framehash: add sidedata checksum

2016-04-13 Thread Michael Niedermayer
On Wed, Apr 13, 2016 at 01:54:26AM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > Once these two patches go in I'll send one enabling version 2 output > by default. > > libavformat/hashenc.c | 36 +--- > 1 file changed, 33 insertions(+), 3 deletion

[FFmpeg-devel] [PATCH 2/2] avformat/framehash: add sidedata checksum

2016-04-12 Thread James Almer
Signed-off-by: James Almer --- Once these two patches go in I'll send one enabling version 2 output by default. libavformat/hashenc.c | 36 +--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/libavformat/hashenc.c b/libavformat/hashenc.c index e471