Revision 6aaff88f libavcodec/h264.c
libavcodec/h264.c | ||
---|---|---|
4117 | 4117 |
if(h->slice_type_nos != FF_I_TYPE){ |
4118 | 4118 |
if(h->slice_type_nos == FF_B_TYPE){ |
4119 | 4119 |
h->direct_spatial_mv_pred= get_bits1(&s->gb); |
4120 |
if(FIELD_PICTURE && h->direct_spatial_mv_pred) |
|
4121 |
av_log(h->s.avctx, AV_LOG_ERROR, "PAFF + spatial direct mode is not implemented\n"); |
|
4122 | 4120 |
} |
4123 | 4121 |
num_ref_idx_active_override_flag= get_bits1(&s->gb); |
4124 | 4122 |
|
Also available in: Unified diff