[FFmpeg-cvslog] avformat/iamfenc: Remove unused headers

Andreas Rheinhardt git at videolan.org
Wed Mar 20 11:28:30 EET 2024


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Tue Mar 19 03:58:25 2024 +0100| [cd8cc3d1b39b151c1ba7f792b867c775fb6bbf07] | committer: Andreas Rheinhardt

avformat/iamfenc: Remove unused headers

Forgotten in c95c8a0158073be84338d84c46529561bcc70a03.

Reviewed-by: James Almer <jamrial at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cd8cc3d1b39b151c1ba7f792b867c775fb6bbf07
---

 libavformat/iamfenc.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/libavformat/iamfenc.c b/libavformat/iamfenc.c
index 5e53a7748f..3169ff1eb8 100644
--- a/libavformat/iamfenc.c
+++ b/libavformat/iamfenc.c
@@ -21,12 +21,7 @@
 
 #include <stdint.h>
 
-#include "libavutil/avassert.h"
-#include "libavutil/common.h"
-#include "libavutil/iamf.h"
-#include "libavcodec/put_bits.h"
 #include "avformat.h"
-#include "avio_internal.h"
 #include "iamf.h"
 #include "iamf_writer.h"
 #include "internal.h"



More information about the ffmpeg-cvslog mailing list