mirror of https://git.ffmpeg.org/ffmpeg.git
h264idct_template: fix include path
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
d18e243f62
commit
b75e53cc43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue