Re: [FFmpeg-devel] [PATCH 4/4] hevc: reuse edge emu buffer for coefficients

2014-10-01 Thread Michael Niedermayer
On Tue, Sep 23, 2014 at 09:36:43PM +, Christophe Gisquet wrote: > Kind of hackish but... > --- > libavcodec/hevc.c | 8 > libavcodec/hevc.h | 1 - > libavcodec/hevc_cabac.c | 4 ++-- > 3 files changed, 6 insertions(+), 7 deletions(-) reviewed by Mickael Raulet applied th

[FFmpeg-devel] [PATCH 4/4] hevc: reuse edge emu buffer for coefficients

2014-09-23 Thread Christophe Gisquet
Kind of hackish but... --- libavcodec/hevc.c | 8 libavcodec/hevc.h | 1 - libavcodec/hevc_cabac.c | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c index 4860aec..934abd1 100644 --- a/libavcodec/hevc.c +++ b/libavco