Commit 8e1bb594 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/h264idct_template: Don't include h264dec.h

It is only needed for scan8 which is in h264_parse.h.
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent a7663c96
......@@ -27,7 +27,7 @@
#include "bit_depth_template.c"
#include "libavutil/common.h"
#include "h264dec.h"
#include "h264_parse.h"
#include "h264idct.h"
void FUNCC(ff_h264_idct_add)(uint8_t *_dst, int16_t *_block, int stride)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment