[FFmpeg-devel] avcodec/qsvenc Question for Intel QSV low latency

Moritz Barsnick barsnick at gmx.net
Mon Nov 13 14:54:54 EET 2017


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


More information about the ffmpeg-devel mailing list