On Mon, Nov 13, 2017 at 14:13:15 +0900, Natsuki Kai wrote:
> Oh sorry, I don't understand how to do well yet...
[...]
> -    q->async_fifo = av_fifo_alloc((1 + q->async_depth) *
> +    q->async_fifo = av_fifo_alloc((q->async_depth) *
>                                    (sizeof(AVPacket) +
> sizeof(mfxSyncPoint*) + sizeof(mfxBitstream*)));

Your mail tool or send chain is inserting linebreaks into the patch. It
will therefore not work anymore on the receiving side (as it is not
only visually inspected on the list, but also tested). You can either
send the patch with "git send-email", or attach it as a separate file.

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

Reply via email to