[FFmpeg-devel] [PATCH 2/2] qsv: remove audio error code

Nicolas George george at nsup.org
Wed Aug 19 14:53:35 EEST 2020


Haihao Xiang (12020-08-19):
> ---
>  libavcodec/qsv.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/libavcodec/qsv.c b/libavcodec/qsv.c
> index faa424bb68..6776b745b9 100644
> --- a/libavcodec/qsv.c
> +++ b/libavcodec/qsv.c
> @@ -143,8 +143,6 @@ static const struct {
>      { MFX_ERR_INVALID_VIDEO_PARAM,      AVERROR(EINVAL), "invalid video parameters"             },
>      { MFX_ERR_UNDEFINED_BEHAVIOR,       AVERROR_BUG,     "undefined behavior"                   },
>      { MFX_ERR_DEVICE_FAILED,            AVERROR(EIO),    "device failed"                        },
> -    { MFX_ERR_INCOMPATIBLE_AUDIO_PARAM, AVERROR(EINVAL), "incompatible audio parameters"        },
> -    { MFX_ERR_INVALID_AUDIO_PARAM,      AVERROR(EINVAL), "invalid audio parameters"             },
>  
>      { MFX_WRN_IN_EXECUTION,             0,               "operation in execution"               },
>      { MFX_WRN_DEVICE_BUSY,              0,               "device busy"                          },
> @@ -154,7 +152,6 @@ static const struct {
>      { MFX_WRN_VALUE_NOT_CHANGED,        0,               "value is saturated"                   },
>      { MFX_WRN_OUT_OF_RANGE,             0,               "value out of range"                   },
>      { MFX_WRN_FILTER_SKIPPED,           0,               "filter skipped"                       },
> -    { MFX_WRN_INCOMPATIBLE_AUDIO_PARAM, 0,               "incompatible audio parameters"        },
>  };
>  
>  int ff_qsv_map_error(mfxStatus mfx_err, const char **desc)

Why?

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200819/5683fce9/attachment.sig>


More information about the ffmpeg-devel mailing list