Hi!

2016-08-31 0:49 GMT+02:00 George Burgess IV <g...@chromium.org>:
> +++ b/libavfilter/avf_aphasemeter.c
> @@ -190,7 +190,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
>
>      metadata = avpriv_frame_get_metadatap(out);
>      if (metadata) {
> -        uint8_t value[128];
> +        char value[128];

You could resend only the uncontroversial parts of
your patch (that do not add casts) if it makes your
life easier.

Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to