changeset 10882:5d34ab807e91 libavcodec

Add forgotton multiple inclusion guards to h264_mvpred.h.
author michael
date Fri, 15 Jan 2010 03:41:28 +0000
parents 798c62217427
children 4701b9355d93
files h264_mvpred.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/h264_mvpred.h	Fri Jan 15 02:58:24 2010 +0000
+++ b/h264_mvpred.h	Fri Jan 15 03:41:28 2010 +0000
@@ -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 @@
 
     return;
 }
+
+#endif /* AVCODEC_H264_MVPRED_H */