[FFmpeg-devel] [PATCH] avcodec/nvenc: migrate to new encode API

Timo Rothenpieler timo at rothenpieler.org
Wed Sep 6 19:14:17 EEST 2017


>> +int ff_nvenc_receive_packet(AVCodecContext *avctx, AVPacket *pkt)
>> +{
>> +    CUresult cu_res;
>> +    CUcontext dummy;
>> +    NvencSurface *tmpoutsurf;
> 
> You can remove tmpoutsurf in ff_nvenc_send_frame

But it's used in it? At the very end, to move the frames between queues.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3994 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170906/64d5af73/attachment.bin>


More information about the ffmpeg-devel mailing list