[FFmpeg-devel] [PATCH 4/5] avformat/dfpwmdec: Remove unnecessary headers

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Fri Sep 16 04:11:29 EEST 2022


Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 libavformat/dfpwmdec.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavformat/dfpwmdec.c b/libavformat/dfpwmdec.c
index 98fb4102e3..2244aa99fe 100644
--- a/libavformat/dfpwmdec.c
+++ b/libavformat/dfpwmdec.c
@@ -20,13 +20,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "libavutil/avstring.h"
 #include "avformat.h"
 #include "internal.h"
 #include "pcm.h"
 #include "libavutil/log.h"
 #include "libavutil/opt.h"
-#include "libavutil/avassert.h"
 
 typedef struct DFPWMAudioDemuxerContext {
     AVClass *class;
-- 
2.34.1



More information about the ffmpeg-devel mailing list