Chromium Code Reviews| Index: source/libvpx/vpx/vpx_encoder.h |
| =================================================================== |
| --- source/libvpx/vpx/vpx_encoder.h (revision 263011) |
| +++ source/libvpx/vpx/vpx_encoder.h (working copy) |
| @@ -49,7 +49,7 @@ |
| #define VPX_SS_MAX_LAYERS 5 |
| /*! Spatial Scalability: Default number of coding layers */ |
| -#define VPX_SS_DEFAULT_LAYERS 3 |
| +#define VPX_SS_DEFAULT_LAYERS 1 |
| /*!\brief Current ABI version number |
| * |