Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Add default value for AVCodecContext::refs

2017-06-01 Thread Ganapathy Raman Kasi
half of Timo Rothenpieler Sent: Thursday, June 1, 2017 6:51 AM To: FFmpeg development discussions and patches; Srinath K R Subject: Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Add default value for AVCodecContext::refs * PGP Signed by an unknown key Am 01.06.2017 um 09:58 schrieb Srinath K R:>

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Add default value for AVCodecContext::refs

2017-06-01 Thread Timo Rothenpieler
Am 01.06.2017 um 09:58 schrieb Srinath K R:> AVCodecContext::refs is used to control the DPB size to be used by the > encoder. The default value for AVCodecContext::refs as set in > libavcodec/options_table.h is 1. > > This patch sets AVCodecContext::refs to 0 for h264_nvenc and hevc_nvenc in > ord

[FFmpeg-devel] [PATCH] avcodec/nvenc: Add default value for AVCodecContext::refs

2017-06-01 Thread Srinath K R
AVCodecContext::refs is used to control the DPB size to be used by the encoder. The default value for AVCodecContext::refs as set in libavcodec/options_table.h is 1. This patch sets AVCodecContext::refs to 0 for h264_nvenc and hevc_nvenc in order to let the driver take the decision of the correct