diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-05-11 15:35:06 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-11 15:35:06 +0200 |
commit | b75e53cc43a0eb90e252dffcbbfffa71811030ec (patch) | |
tree | bd6b7e30aefbf066a816410b27c03712a51961ef | |
parent | d18e243f62844c6ee67baf3ca4d219c0f3da6969 (diff) | |
download | ffmpeg-b75e53cc43a0eb90e252dffcbbfffa71811030ec.tar.gz |
h264idct_template: fix include path
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/h264idct_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264idct_template.c b/libavcodec/h264idct_template.c index d19051df90..1b3c635319 100644 --- a/libavcodec/h264idct_template.c +++ b/libavcodec/h264idct_template.c @@ -25,7 +25,7 @@ * @author Michael Niedermayer <michaelni@gmx.at> */ -#include "h264_high_depth.h" +#include "high_bit_depth.h" #ifndef AVCODEC_H264IDCT_INTERNAL_H #define AVCODEC_H264IDCT_INTERNAL_H |