On 17/02/2017 12:41, Diego Biurrun wrote:
> ---
> libavcodec/nvenc.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c
> index 90b9d1a..30da83a 100644
> --- a/libavcodec/nvenc.c
> +++ b/libavcodec/nvenc.c
> @@ -479,7 +479,7 @@ typedef struct GUIDTuple {
>
> #define PRESET(name, ...) PRESET_ALIAS(name, name, __VA_ARGS__)
>
> -static int nvec_map_preset(NVENCContext *ctx)
> +static int nvenc_map_preset(NVENCContext *ctx)
> {
> GUIDTuple presets[] = {
> PRESET(DEFAULT),
> @@ -882,7 +882,7 @@ static int nvenc_setup_encoder(AVCodecContext *avctx)
>
> ctx->params.encodeConfig = &ctx->config;
>
> - nvec_map_preset(ctx);
> + nvenc_map_preset(ctx);
>
> preset_cfg.version = NV_ENC_PRESET_CONFIG_VER;
> preset_cfg.presetCfg.version = NV_ENC_CONFIG_VER;
>
Ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel