| Index: source/libvpx/vp8/decoder/onyxd_if.c
|
| diff --git a/source/libvpx/vp8/decoder/onyxd_if.c b/source/libvpx/vp8/decoder/onyxd_if.c
|
| index d7b8c76dc267fc8a10d34916586fac3c1bfa2849..9015fcbb496255a8cd90479cacf2d80568a832b8 100644
|
| --- a/source/libvpx/vp8/decoder/onyxd_if.c
|
| +++ b/source/libvpx/vp8/decoder/onyxd_if.c
|
| @@ -259,7 +259,7 @@ static int swap_frame_buffers (VP8_COMMON *cm)
|
| return err;
|
| }
|
|
|
| -int check_fragments_for_errors(VP8D_COMP *pbi)
|
| +static int check_fragments_for_errors(VP8D_COMP *pbi)
|
| {
|
| if (!pbi->ec_active &&
|
| pbi->fragments.count <= 1 && pbi->fragments.sizes[0] == 0)
|
|
|