[FFmpeg-devel] [PATCH] Add XPM decoder
Lou Logan
lou at lrcd.com
Fri Mar 10 21:57:25 EET 2017
Hi,
On Sat, 11 Mar 2017 00:34:18 +0530
Paras <paraschadha18 at gmail.com> wrote:
> From: Paras Chadha <paraschadha18 at gmail.com>
>
> Signed-off-by: Paras <paraschadha18 at gmail.com>
> ---
> Changelog | 1 +
> doc/general.texi | 2 +
> libavcodec/Makefile | 1 +
> libavcodec/allcodecs.c | 1 +
> libavcodec/avcodec.h | 1 +
> libavcodec/codec_desc.c | 7 +
> libavcodec/version.h | 4 +-
> libavcodec/xpmdec.c | 409 ++++++++++++++++++++++++++++++++++++++++++++++++
There are many instances of trailing whitespace in libavcodec/xpmdec.c.
This is to be avoided and prevents the patch from being applied.
If you use vim or emacs they can be configured to highlight trailing
whitespace (and also forbidden tabs):
http://ffmpeg.org/developer.html#Editor-configuration
More information about the ffmpeg-devel
mailing list