On Sun, Mar 08, 2015 at 07:49:29AM -0400, Ronald S. Bultje wrote:
> This prevents a memcpy if segmentation.update_map == false.
> ---
> libavcodec/vp9.c | 72
> ++--
> 1 file changed, 34 insertions(+), 38 deletions(-)
applied
thanks
[...]
--
This prevents a memcpy if segmentation.update_map == false.
---
libavcodec/vp9.c | 72 ++--
1 file changed, 34 insertions(+), 38 deletions(-)
diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c
index aff86d0..6f129f0 100644
--- a/libavcodec/vp9.c
+
This prevents a memcpy if segmentation.update_map == false.
---
libavcodec/vp9.c | 68 ++--
1 file changed, 32 insertions(+), 36 deletions(-)
diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c
index aff86d0..6ac2935 100644
--- a/libavcodec/vp9.c
+