Commit f55cc5bc authored by michael's avatar michael

Add forgotton multiple inclusion guards to h264_mvpred.h.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21220 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1a154a47
......@@ -25,6 +25,9 @@
* @author Michael Niedermayer <michaelni@gmx.at>
*/
#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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment