aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264dec.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-01 00:23:35 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-04 11:04:45 +0200
commitf8503b4c332a4517a2c9534581634a951d79dbae (patch)
tree061f591c226ef73d386e94beef3bd9d4120c2f58 /libavcodec/h264dec.c
parenta39d6e81fa32d674a2d47d637c652564234f7645 (diff)
downloadffmpeg-f8503b4c332a4517a2c9534581634a951d79dbae.tar.gz
avutil/internal: Don't auto-include emms.h
Instead include emms.h wherever it is needed. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/h264dec.c')
-rw-r--r--libavcodec/h264dec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c
index 1c79d9842f..f13b1081fc 100644
--- a/libavcodec/h264dec.c
+++ b/libavcodec/h264dec.c
@@ -30,6 +30,7 @@
#include "config_components.h"
#include "libavutil/avassert.h"
+#include "libavutil/emms.h"
#include "libavutil/imgutils.h"
#include "libavutil/opt.h"
#include "libavutil/thread.h"