Re: [FFmpeg-devel] [PATCH 3/3] dnxhddec: init scantable once permutation is set

2015-10-02 Thread Michael Niedermayer
On Thu, Oct 01, 2015 at 10:01:27PM +0200, Christophe Gisquet wrote: > Otherwise, the dsp may change without its permuation being applied. > --- > libavcodec/dnxhddec.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147

[FFmpeg-devel] [PATCH 3/3] dnxhddec: init scantable once permutation is set

2015-10-01 Thread Christophe Gisquet
Otherwise, the dsp may change without its permuation being applied. --- libavcodec/dnxhddec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c index 8d9b7f0..18b2d51 100644 --- a/libavcodec/dnxhddec.c +++ b/libavcodec/dnxhddec.c