[FFmpeg-cvslog] avcodec/avcodec: Don't include errno.h

Andreas Rheinhardt git at videolan.org
Thu Jul 22 17:56:04 EEST 2021


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sat Jun 12 01:14:27 2021 +0200| [912f125c4224da6c6b07e53b1c0d3fbdb429a989] | committer: Andreas Rheinhardt

avcodec/avcodec: Don't include errno.h

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>

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

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

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index f3f043ded1..ea13531dd9 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"



More information about the ffmpeg-cvslog mailing list