ref: 1233786034f8225fd4dc27acee54af4f70905b37
parent: 9abc87473179dcfafb455cf1890a90e5112625d6
author: Ronald S. Bultje <rsbultje@gmail.com>
date: Wed Nov 21 14:29:30 EST 2018
Set correct width for post-scaling picture if super-res is enabled Fixed 00000802.ivf.
--- a/src/picture.c
+++ b/src/picture.c
@@ -184,6 +184,7 @@
if (!res) {
dst->poc = src->poc;
dst->p = src->p;
+ dst->p.w = w;
}
return res;