Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 634484
Collapse All | Expand All

(-)spice-0.13.90.orig/spice-common/common/quic.c (-1 / +2 lines)
Lines 878-884 static void find_model_params(Encoder *e Link Here
878
    /* The only valid values are 1, 3 and 5.
878
    /* The only valid values are 1, 3 and 5.
879
       0, 2 and 4 are obsolete and the rest of the
879
       0, 2 and 4 are obsolete and the rest of the
880
       values are considered out of the range. */
880
       values are considered out of the range. */
881
    SPICE_VERIFY(evol == 1 || evol == 3 || evol == 5);
881
    /* commented out as otherwise something inscrutable happens */
882
    /* SPICE_VERIFY(evol == 1 || evol == 3 || evol == 5); */
882
    spice_assert(bpc <= 8 && bpc > 0);
883
    spice_assert(bpc <= 8 && bpc > 0);
883
884
884
    *ncounters = 8;
885
    *ncounters = 8;

Return to bug 634484