[libav-devel] [PATCH] avcodec/libaomenc: export the Sequence Header OBU as extradata

2018-10-08 Thread James Almer
Signed-off-by: James Almer --- configure | 8 +++- libavcodec/libaomenc.c | 34 +- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 48e8536b0..2aa7eb627 100755 --- a/configure +++ b/configure @@ -4664,7 +

Re: [libav-devel] [PATCH 1/2] avcodec/libaomenc: export Sequence Header and Metadata OBUs as extradata

2018-10-08 Thread Luca Barbato
On 08/10/2018 00:42, James Almer wrote: > If you'd rather avoid nonetheless the complexity, i can cook up a patch > to use it and make the minimum required libaom version something recent > enough. Unless the plan was to tag a libav release, in which case it > would probably not be a good idea. If