Re: [FFmpeg-devel] [PATCH 1/2] hevc: Move hevc_decode_extradata before frame decoding

2016-11-04 Thread Vittorio Giovara
On Thu, Nov 3, 2016 at 2:06 PM, Michael Niedermayer wrote: > On Wed, Nov 02, 2016 at 11:48:57AM -0400, Vittorio Giovara wrote: >> Avoids a forward-declaration in the following commit. >> >> Signed-off-by: Vittorio Giovara >> --- >> Please CC. >> Vittorio > > applied > > thx Thanks, but what abou

Re: [FFmpeg-devel] [PATCH 1/2] hevc: Move hevc_decode_extradata before frame decoding

2016-11-03 Thread Michael Niedermayer
On Wed, Nov 02, 2016 at 11:48:57AM -0400, Vittorio Giovara wrote: > Avoids a forward-declaration in the following commit. > > Signed-off-by: Vittorio Giovara > --- > Please CC. > Vittorio applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB You can kil

[FFmpeg-devel] [PATCH 1/2] hevc: Move hevc_decode_extradata before frame decoding

2016-11-02 Thread Vittorio Giovara
Avoids a forward-declaration in the following commit. Signed-off-by: Vittorio Giovara --- Please CC. Vittorio libavcodec/hevc.c | 148 +++--- 1 file changed, 74 insertions(+), 74 deletions(-) diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c inde