Re: [libav-devel] [PATCH 3.5/8] qsvdec: Only warn about unconsumed data if it happens more than once

2016-11-03 Thread Luca Barbato
On 02/11/2016 23:23, Mark Thompson wrote: > --- > To fit into the middle of the qsv set, before VC-1. > > Mitigates the spam output from the vc1_qsv decoder - a single failure like > this is probably just a residual fragment of a packet, not a real problem. > Should also mitigate the spam in

[libav-devel] [PATCH 3.5/8] qsvdec: Only warn about unconsumed data if it happens more than once

2016-11-02 Thread Mark Thompson
--- To fit into the middle of the qsv set, before VC-1. Mitigates the spam output from the vc1_qsv decoder - a single failure like this is probably just a residual fragment of a packet, not a real problem. libavcodec/qsvdec.c | 6 +- libavcodec/qsvdec.h | 1 + 2 files changed, 6