avcodec/h264idct_template: Don't include h264dec.h

It is only needed for scan8 which is in h264_parse.h.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/390/head
Andreas Rheinhardt 1 year ago
parent a7663c9604
commit 8e1bb594fb
  1. 2
      libavcodec/h264idct_template.c

@ -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)

Loading…
Cancel
Save