Revision e9167646
libavcodec/h264.h | ||
---|---|---|
1452 | 1452 |
{ |
1453 | 1453 |
// just for fill_caches. pred_direct_motion will set the real mb_type |
1454 | 1454 |
mb_type|= MB_TYPE_L0L1|MB_TYPE_DIRECT2|MB_TYPE_SKIP; |
1455 |
|
|
1455 |
if(h->direct_spatial_mv_pred) |
|
1456 | 1456 |
fill_decode_caches(h, mb_type); //FIXME check what is needed and what not ... |
1457 | 1457 |
ff_h264_pred_direct_motion(h, &mb_type); |
1458 | 1458 |
mb_type|= MB_TYPE_SKIP; |
Also available in: Unified diff