| Index: third_party/libwebp/demux/demux.c
|
| diff --git a/third_party/libwebp/demux/demux.c b/third_party/libwebp/demux/demux.c
|
| index dd75904fbcbb957873d40bfc787038a6436f5586..bd17ff7f69d39c11ac4d47901d0ef5f77f265a9e 100644
|
| --- a/third_party/libwebp/demux/demux.c
|
| +++ b/third_party/libwebp/demux/demux.c
|
| @@ -1,8 +1,10 @@
|
| // Copyright 2012 Google Inc. All Rights Reserved.
|
| //
|
| -// This code is licensed under the same terms as WebM:
|
| -// Software License Agreement: http://www.webmproject.org/license/software/
|
| -// Additional IP Rights Grant: http://www.webmproject.org/license/additional/
|
| +// Use of this source code is governed by a BSD-style license
|
| +// that can be found in the COPYING file in the root of the source
|
| +// tree. An additional intellectual property rights grant can be found
|
| +// in the file PATENTS. All contributing project authors may
|
| +// be found in the AUTHORS file in the root of the source tree.
|
| // -----------------------------------------------------------------------------
|
| //
|
| // WebP container demux.
|
| @@ -27,7 +29,7 @@ extern "C" {
|
|
|
| #define DMUX_MAJ_VERSION 0
|
| #define DMUX_MIN_VERSION 1
|
| -#define DMUX_REV_VERSION 0
|
| +#define DMUX_REV_VERSION 1
|
|
|
| typedef struct {
|
| size_t start_; // start location of the data
|
|
|