diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-01-31 09:39:59 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-02-03 00:26:10 +0100 |
commit | d50a24668775ddfc043f6c99a63a9cf53506c7c9 (patch) | |
tree | f8da53d456839c9775f6f5797aafe02a3f1b9871 /libavformat/iamf.h | |
parent | 8d4b22edc7b5b2cab2d42f3072aaa6b0244d581d (diff) | |
download | ffmpeg-d50a24668775ddfc043f6c99a63a9cf53506c7c9.tar.gz |
avformat/iamf*: Improve included headers
Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/iamf.h')
-rw-r--r-- | libavformat/iamf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/iamf.h b/libavformat/iamf.h index ce94cb5bc4..d88a24c435 100644 --- a/libavformat/iamf.h +++ b/libavformat/iamf.h @@ -22,13 +22,13 @@ #ifndef AVFORMAT_IAMF_H #define AVFORMAT_IAMF_H +#include <stddef.h> #include <stdint.h> #include "libavutil/channel_layout.h" #include "libavutil/iamf.h" #include "libavcodec/codec_id.h" #include "libavcodec/codec_par.h" -#include "avformat.h" #define MAX_IAMF_OBU_HEADER_SIZE (1 + 8 * 3) |