|
|
@ -1940,8 +1940,8 @@ no_cplx_est: |
|
|
|
ctx->rvlc = get_bits1(gb); |
|
|
|
ctx->rvlc = get_bits1(gb); |
|
|
|
|
|
|
|
|
|
|
|
if (vo_ver_id != 1) { |
|
|
|
if (vo_ver_id != 1) { |
|
|
|
s->new_pred = get_bits1(gb); |
|
|
|
ctx->new_pred = get_bits1(gb); |
|
|
|
if (s->new_pred) { |
|
|
|
if (ctx->new_pred) { |
|
|
|
av_log(s->avctx, AV_LOG_ERROR, "new pred not supported\n"); |
|
|
|
av_log(s->avctx, AV_LOG_ERROR, "new pred not supported\n"); |
|
|
|
skip_bits(gb, 2); /* requested upstream message type */ |
|
|
|
skip_bits(gb, 2); /* requested upstream message type */ |
|
|
|
skip_bits1(gb); /* newpred segment type */ |
|
|
|
skip_bits1(gb); /* newpred segment type */ |
|
|
@ -1950,7 +1950,7 @@ no_cplx_est: |
|
|
|
av_log(s->avctx, AV_LOG_ERROR, |
|
|
|
av_log(s->avctx, AV_LOG_ERROR, |
|
|
|
"reduced resolution VOP not supported\n"); |
|
|
|
"reduced resolution VOP not supported\n"); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
s->new_pred = 0; |
|
|
|
ctx->new_pred = 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
s->scalability = get_bits1(gb); |
|
|
|
s->scalability = get_bits1(gb); |
|
|
|