Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-06-12 02:14:27 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 13:48:22 +0300
commit912f125c4224da6c6b07e53b1c0d3fbdb429a989 (patch)
treecebb828ff8e53b63877bf1d1e3b1563e4eb5fdde /libavcodec/avcodec.h
parent1be3d8a0cb77f8d34c1f39b47bf5328fe10c82d7 (diff)
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@outlook.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 0 insertions, 1 deletions
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"