| Index: source/libvpx/vp9/encoder/vp9_svc_layercontext.h
|
| diff --git a/source/libvpx/vp9/encoder/vp9_svc_layercontext.h b/source/libvpx/vp9/encoder/vp9_svc_layercontext.h
|
| index e9645ce9f24cf64aec33c0209e8c22bc4ad17a5a..5063d521f960f5cb24460b24dd7908c73830a3fb 100644
|
| --- a/source/libvpx/vp9/encoder/vp9_svc_layercontext.h
|
| +++ b/source/libvpx/vp9/encoder/vp9_svc_layercontext.h
|
| @@ -57,8 +57,7 @@ typedef struct {
|
| NEED_TO_ENCODE
|
| }encode_empty_frame_state;
|
| struct lookahead_entry empty_frame;
|
| - int empty_frame_width;
|
| - int empty_frame_height;
|
| + int encode_intra_empty_frame;
|
|
|
| // Store scaled source frames to be used for temporal filter to generate
|
| // a alt ref frame.
|
|
|