Re: [FFmpeg-devel] [PATCH 4/7] dnxhddec: use unsafe bitstream reader

2015-09-27 Thread Michael Niedermayer
On Sun, Sep 27, 2015 at 10:09:05AM +0200, Christophe Gisquet wrote: > Each line is padded by the format, and errors are now reported and > stop the decoding. Around 5% speedup. > --- > libavcodec/dnxhddec.c | 1 + > 1 file changed, 1 insertion(+) applied thanks [...] -- Michael GnuPG finge

[FFmpeg-devel] [PATCH 4/7] dnxhddec: use unsafe bitstream reader

2015-09-27 Thread Christophe Gisquet
Each line is padded by the format, and errors are now reported and stop the decoding. Around 5% speedup. --- libavcodec/dnxhddec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c index 8d30446..06d4780 100644 --- a/libavcodec/dnxhddec.c +++ b/libav