comparison h264pred.h @ 8547:b9880fc0afaf libavcodec

Add missing headers to allow 'make checkheaders' to pass.
author diego
date Wed, 07 Jan 2009 18:42:24 +0000
parents 920ded20b469
children e9d9d946f213
comparison
equal deleted inserted replaced
8546:5800aecff5f8 8547:b9880fc0afaf
27 27
28 #ifndef AVCODEC_H264PRED_H 28 #ifndef AVCODEC_H264PRED_H
29 #define AVCODEC_H264PRED_H 29 #define AVCODEC_H264PRED_H
30 30
31 #include "libavutil/common.h" 31 #include "libavutil/common.h"
32 #include "dsputil.h"
32 33
33 /** 34 /**
34 * Prediction types 35 * Prediction types
35 */ 36 */
36 //@{ 37 //@{