From: Yan Cen
There is no need all reference frame demension is valid in libvpx.
So this change contains three part:
1. Change each judgement's loglevel from "ERROR" to "WARNING"
2. Make sure at least one of frames that this frame references has valid
dimension.
3.
All judgements fail would report "ERROR".
Signed-off-by: Xiang Haihao
Signed-off-by: Li Zhong
Signed-off-by: Yan Cen
---
libavcodec/vp9.c | 15 ---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c
index acf3ffc..849c1a6
All judgements fail would report "ERROR".
Signed-off-by: Xiang Haihao
Signed-off-by: Li Zhong
Signed-off-by: Yan Cen
---
libavcodec/vp9.c | 51 +++
1 file changed, 43 insertions(+), 8 deletions(-)
diff --git a/libavcodec/vp9.c b/libavcodec/