Applied. Thanks Haihao
> Use intra prediciton as error concealment method, instead of inter P > copy. > > Signed-off-by: Zhong Li <[email protected]> > --- > src/gen8_mfd.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/src/gen8_mfd.c b/src/gen8_mfd.c > index 5a802f5..a7a14ee 100644 > --- a/src/gen8_mfd.c > +++ b/src/gen8_mfd.c > @@ -2997,9 +2997,7 @@ gen8_mfd_vp8_bsd_object(VADriverContextP ctx, > offset += slice_param->partition_size[i]; > } > > - OUT_BCS_BATCH(batch, > - 1 << 31 | /* concealment method */ > - 0); > + OUT_BCS_BATCH(batch, 0); /* concealment method */ > > ADVANCE_BCS_BATCH(batch); > } _______________________________________________ Libva mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libva
