[FFmpeg-devel] avcodec/samidec: check av_strdup() return value

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


On Mon, Nov 27, 2017 at 08:53:22 +0800, Pan Bian wrote:
> +	if (!dupsrc)
> +		return AVERROR(ENOMEM);
> +

Tabs are not allowed, please check your indentation. You can use
tools/patcheck to find these kinds of issues.

Moritz


More information about the ffmpeg-devel mailing list