Re: [FFmpeg-devel] [PATCH 3/7] af_hdcd: Improve error detection logging

2016-08-01 Thread Michael Niedermayer
On Fri, Jul 29, 2016 at 12:36:18PM -0500, Burt P wrote: > * Moves the filter context member out of state and into HDCDContext > * More useful information when an error is detected > * Gives a location near where the error was detected > > Signed-off-by: Burt P > --- > libavfilter/af_hdcd.c | 34

[FFmpeg-devel] [PATCH 3/7] af_hdcd: Improve error detection logging

2016-07-29 Thread Burt P
* Moves the filter context member out of state and into HDCDContext * More useful information when an error is detected * Gives a location near where the error was detected Signed-off-by: Burt P --- libavfilter/af_hdcd.c | 34 +++--- 1 file changed, 19 insertions(+),