On 8/26/2016 11:09 AM, Diego Biurrun wrote:
> On Fri, Aug 26, 2016 at 07:36:29AM -0500, Burt P wrote:
>> --- /dev/null
>> +++ b/libavfilter/af_hdcd.c
>> @@ -0,0 +1,199 @@
>> +
>> +#include <hdcd/hdcd_simple.h>
> 
> Is there a hdcd_complicated.h header as well?

There used to be one that exposed every internal bit and was indeed more
complex to use, but he now made it fully internal. It was used in one of
the first versions of this patch he sent a couple days ago, if you're
curious about how it worked.
This simple one essentially wraps the other one for ease of use (alloc,
init, process, free). I guess he could rename it since it's the only one
now.

If you want to know about the implementation then look at
https://github.com/bp0/libhdcd. He's so far welcomed comments to improve
it, as you could see with struct and function renaming.
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to