Re: [FFmpeg-devel] [PATCH 2/2] hevc: Support extradata changes

2016-11-07 Thread Vittorio Giovara
On Mon, Nov 7, 2016 at 6:44 PM, Michael Niedermayer wrote: > the decoder should not change extradata, yes directly reading would > be best probably ok I'll amend. >> >> > also can you add a fate test ? >> >> I have a sample I can share but it's incredibly big for a fate test (85mb). > > :( > > c

Re: [FFmpeg-devel] [PATCH 2/2] hevc: Support extradata changes

2016-11-07 Thread Michael Niedermayer
On Mon, Nov 07, 2016 at 04:52:23PM -0500, Vittorio Giovara wrote: > On Sat, Nov 5, 2016 at 9:21 AM, Michael Niedermayer > wrote: > > On Wed, Nov 02, 2016 at 11:48:58AM -0400, Vittorio Giovara wrote: > >> Signed-off-by: Vittorio Giovara > >> --- > >> Please CC. > >> Vittorio > >> > >> libavcodec/

Re: [FFmpeg-devel] [PATCH 2/2] hevc: Support extradata changes

2016-11-07 Thread Vittorio Giovara
On Sat, Nov 5, 2016 at 9:21 AM, Michael Niedermayer wrote: > On Wed, Nov 02, 2016 at 11:48:58AM -0400, Vittorio Giovara wrote: >> Signed-off-by: Vittorio Giovara >> --- >> Please CC. >> Vittorio >> >> libavcodec/hevc.c | 18 ++ >> libavformat/mov.c | 4 >> 2 files changed,

Re: [FFmpeg-devel] [PATCH 2/2] hevc: Support extradata changes

2016-11-05 Thread Michael Niedermayer
On Wed, Nov 02, 2016 at 11:48:58AM -0400, Vittorio Giovara wrote: > Signed-off-by: Vittorio Giovara > --- > Please CC. > Vittorio > > libavcodec/hevc.c | 18 ++ > libavformat/mov.c | 4 > 2 files changed, 18 insertions(+), 4 deletions(-) > > diff --git a/libavcodec/hevc.c