[FFmpeg-devel] [PATCH] avcodec[/format]/webpenc: use WebPAnimEncoder API to generate animated WebP
Urvang Joshi
urvang at google.com
Thu Apr 16 20:35:48 CEST 2015
Hello Michael,
On Thu, Apr 16, 2015 at 5:26 AM Michael Niedermayer <michaelni at gmx.at>
wrote:
> On Thu, Apr 16, 2015 at 12:28:22AM +0000, Urvang Joshi wrote:
> > Hi,
> > Here's an updated patch that used 'HAVE_WEBP_MUX_H' as you suggested. I
> > also updated the patch to work with the latest libwebp code (from
> > https://gerrit.chromium.org/gerrit/gitweb?p=webm/libwebp.git)
>
> please dont reindent the code in the same commit that contains
> non cosmetic changes, it makes the patch unreadable
>
> git show --stat -w
> configure | 5 ++-
> libavcodec/libwebpenc.c | 93
> +++++++++++++++++++++++++++++++++++++++++++----
> libavformat/webpenc.c | 44 +++++++++++++++++++++-
> 3 files changed, 132 insertions(+), 10 deletions(-)
>
> git show --stat
> configure | 5 +-
> libavcodec/libwebpenc.c | 399
> ++++++++++++++++++++++++++++-------------------
> libavformat/webpenc.c | 44 +++++-
> 3 files changed, 285 insertions(+), 163 deletions(-)
>
> [...]
>
>
Thanks for taking a look!
However, note that these whitespace changes are not actually cosmetic. Some
code was moved inside if-else within libwebp_encode_frame() method [in
libavcodec/libwebpenc.c], which resulted in the indentation being increased.
Overall, there are no intended cosmetic changes. Please let me know if you
see any.
Thanks,
Urvang
> --
> Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> Those who are too smart to engage in politics are punished by being
> governed by those who are dumber. -- Plato
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
More information about the ffmpeg-devel
mailing list