mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-17 20:17:55 +02:00
Add forgotton multiple inclusion guards to h264_mvpred.h.
Originally committed as revision 21220 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
798339fb46
commit
e2dd8586d8
@ -25,6 +25,9 @@
|
|||||||
* @author Michael Niedermayer <michaelni@gmx.at>
|
* @author Michael Niedermayer <michaelni@gmx.at>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef AVCODEC_H264_MVPRED_H
|
||||||
|
#define AVCODEC_H264_MVPRED_H
|
||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "h264.h"
|
#include "h264.h"
|
||||||
@ -235,3 +238,5 @@ static inline void pred_pskip_motion(H264Context * const h, int * const mx, int
|
|||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif /* AVCODEC_H264_MVPRED_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user