2016-12-31 3:29 GMT+01:00 Michael Niedermayer :
> On Fri, Dec 30, 2016 at 02:48:12PM +0100, Carl Eugen Hoyos wrote:
>> Fixes ticket #6045.
>
> in the absence of other replies, this LGTM
Replaced a for loop with a presumably faster memset and pushed.
Thank you, Carl Eugen
On Fri, Dec 30, 2016 at 02:48:12PM +0100, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch fixes ticket #6045.
>
> Please comment, Carl Eugen
> psd.c | 25 +
> 1 file changed, 25 insertions(+)
> 0881ec94d476ac47ae4d91487d968d6ac82f7992
> 0001-lavc-psd-Support-indexed
Hi!
Attached patch fixes ticket #6045.
Please comment, Carl Eugen
From 0bd8d59e1ad0009f88aa6871d4ed915a12f5900d Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos
Date: Fri, 30 Dec 2016 14:45:36 +0100
Subject: [PATCH] lavc/psd: Support indexed files.
Fixes ticket #6045.
---
libavcodec/psd.c | 2