[FFmpeg-devel] [PATCH 03/17] avcodec/avcodec: Don't include errno.h

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Tue Jun 15 01:41:19 EEST 2021


This inclusion has been added before libavutil/error.h was split off
from avcodec.h (in 60c144f700e2e362047b00704abcb694d49e549c).

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
Still included implicitly (even via multiple paths).

 libavcodec/avcodec.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 292c373c68..6873e12279 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -27,7 +27,6 @@
  * Libavcodec external API header
  */
 
-#include <errno.h>
 #include "libavutil/samplefmt.h"
 #include "libavutil/attributes.h"
 #include "libavutil/avutil.h"
-- 
2.27.0



More information about the ffmpeg-devel mailing list