[FFmpeg-devel] [PATCH]Addition of MLP encoder

Lou Logan lou at lrcd.com
Sat Mar 26 20:20:51 CET 2016


On Sat, 26 Mar 2016 22:18:47 +0530, Disha Singh wrote:

> From 639aa2a07be6064049b2ba1e134e1474cb7f0806 Mon Sep 17 00:00:00 2001
> From: dinux5 <directionstar86 at gmail.com>
> Date: Sat, 26 Mar 2016 22:11:59 +0530
> Subject: [PATCH] Mlp encoder addition.
> 
> ---
>  configure              |    1 +
>  libavcodec/Makefile    |    1 +
>  libavcodec/allcodecs.c |    2 +-
>  libavcodec/mlp.h       |    4 +
>  libavcodec/mlpenc.c    | 2443 ++++++++++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 2450 insertions(+), 1 deletion(-)
>  create mode 100755 libavcodec/mlpenc.c

Tabs and trailing whitespace should be avoided. Using tools/patcheck
will tell you where they are, or if you like vim or emacs see:

http://ffmpeg.org/developer.html#Editor-configuration


More information about the ffmpeg-devel mailing list