summaryrefslogtreecommitdiff
path: root/libavformat/hls_sample_encryption.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-22 13:06:05 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-23 23:45:39 +0100
commit1dcd0adedd15f2595d51febbfc171c576c9e080a (patch)
treeb832278f221dd4e06f4918bc42a24e02d56ddec7 /libavformat/hls_sample_encryption.h
parent33df1ba6b29362854b647dc0c116ed8949ecee1f (diff)
avformat: Remove unnecessary inclusions from libavcodec
Also improve the other headers a bit while at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/hls_sample_encryption.h')
-rw-r--r--libavformat/hls_sample_encryption.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavformat/hls_sample_encryption.h b/libavformat/hls_sample_encryption.h
index ff3f9c22f7..d86eccb74c 100644
--- a/libavformat/hls_sample_encryption.h
+++ b/libavformat/hls_sample_encryption.h
@@ -29,12 +29,13 @@
#ifndef AVFORMAT_HLS_SAMPLE_ENCRYPTION_H
#define AVFORMAT_HLS_SAMPLE_ENCRYPTION_H
+#include <stddef.h>
#include <stdint.h>
+#include "libavcodec/codec_id.h"
+#include "libavcodec/packet.h"
#include "avformat.h"
-#include "libavcodec/avcodec.h"
-#include "libavutil/aes.h"
#define HLS_MAX_ID3_TAGS_DATA_LEN 138
#define HLS_MAX_AUDIO_SETUP_DATA_LEN 10