[FFmpeg-devel] [PATCH] Implement hdcd filtering

Benjamin St benjaminst123 at gmail.com
Sat Apr 9 23:35:03 CEST 2016


>
> Changelog entry and docs update missing
>
Fixed

 has this been tested against some reference / known to be correct
> output for some stream ?

It has been tested again examples uploaded at ticket #4441

 a fate test would still be interresting i think

If a fate test is really needed (floats are no longer used), I could use
the files provided at the ticket as a reference.



> the & 0xffffffffu; seems redundant
>
Fixed



>  > +static int filter_frame(AVFilterLink *inlink, AVFrame *in)
> > +{
> > +    AVFilterContext *ctx = inlink->dst;
> > +    HDCDContext *s = ctx->priv;
> > +    AVFilterLink *outlink = ctx->outputs[0];
> > +    AVFrame *out;
>
> > +    int16_t *in_data;
>
> const

Fixed

Thank you, Benjamin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Implement-high-definition-audio-cd-filtering.patch
Type: text/x-patch
Size: 156753 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160409/0788db76/attachment.bin>


More information about the ffmpeg-devel mailing list