Re: [FFmpeg-devel] [PATCH] avformat/hashenc: add an option to create a hash per stream

2019-08-11 Thread Moritz Barsnick
On Sun, Aug 11, 2019 at 14:47:52 +0200, Moritz Barsnick wrote: > This patchset adds an option to the non-frame based hash muxers to create a > hash per stream. (The frame based muxers already do that.) I forgot to bump micro in the patch which adds the functionality. Please do when pushing, or I w

[FFmpeg-devel] [PATCH] avformat/hashenc: add an option to create a hash per stream

2019-08-11 Thread Moritz Barsnick
This patchset adds an option to the non-frame based hash muxers to create a hash per stream. (The frame based muxers already do that.) The first patch prepares by replacing the hash variable by an array of hashes (using only the first item). The second one rearranges tho options, which were a bit