diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-06-12 01:14:27 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-22 12:48:22 +0200 |
commit | 912f125c4224da6c6b07e53b1c0d3fbdb429a989 (patch) | |
tree | cebb828ff8e53b63877bf1d1e3b1563e4eb5fdde | |
parent | 1be3d8a0cb77f8d34c1f39b47bf5328fe10c82d7 (diff) | |
download | ffmpeg-912f125c4224da6c6b07e53b1c0d3fbdb429a989.tar.gz |
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>
-rw-r--r-- | libavcodec/avcodec.h | 1 |
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" |