diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 68445427ea..cf7fdc618b 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -1298,4 +1298,6 @@ static void decode_mb_skip(H264Context *h){ h->prev_mb_skipped= 1; } +#include "h264_mvpred.h" //For pred_pskip_motion() + #endif /* AVCODEC_H264_H */