Commit 33d91719 authored by Marco Paniconi's avatar Marco Paniconi
Browse files

Update to vp8_scalable_patters.

Change-Id: I43ea65bf0a35ddb33a096a392e10b1869ea73f9a
Showing with 2 additions and 3 deletions
......@@ -224,10 +224,9 @@ int main(int argc, char **argv) {
flag_periodicity = cfg.ts_periodicity;
// Predict from L only.
// Update L only.
layer_flags[0] = VPX_EFLAG_FORCE_KF |
VP8_EFLAG_NO_UPD_GF | VP8_EFLAG_NO_UPD_ARF |
VP8_EFLAG_NO_REF_GF | VP8_EFLAG_NO_REF_ARF;
VP8_EFLAG_NO_UPD_GF | VP8_EFLAG_NO_UPD_ARF;
break;
}
case 1:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment