summaryrefslogtreecommitdiff
path: root/libavcodec/svq1dec.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-04 09:21:05 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-09 09:46:21 +0100
commita88a141c1791b448f2c327e6bdd9491a4439efc2 (patch)
treeb1bcc3872b8c3bdc2d9d7b29d033ae0d0dc0ad82 /libavcodec/svq1dec.c
parente60debb93efc0bb76475682bc26e7a0645241e2f (diff)
downloadffmpeg-a88a141c1791b448f2c327e6bdd9491a4439efc2.tar.gz
avcodec: Remove unnecessary h263.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/svq1dec.c')
-rw-r--r--libavcodec/svq1dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/svq1dec.c b/libavcodec/svq1dec.c
index a67d1866b6..a2b3f71c07 100644
--- a/libavcodec/svq1dec.c
+++ b/libavcodec/svq1dec.c
@@ -37,7 +37,7 @@
#include "avcodec.h"
#include "get_bits.h"
-#include "h263.h"
+#include "h263data.h"
#include "hpeldsp.h"
#include "internal.h"
#include "mathops.h"