diff --git a/libavcodec/h264_mvpred.h b/libavcodec/h264_mvpred.h index f6c503a976..675187d906 100644 --- a/libavcodec/h264_mvpred.h +++ b/libavcodec/h264_mvpred.h @@ -25,6 +25,9 @@ * @author Michael Niedermayer */ +#ifndef AVCODEC_H264_MVPRED_H +#define AVCODEC_H264_MVPRED_H + #include "internal.h" #include "avcodec.h" #include "h264.h" @@ -235,3 +238,5 @@ static inline void pred_pskip_motion(H264Context * const h, int * const mx, int return; } + +#endif /* AVCODEC_H264_MVPRED_H */