mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/avcodec: Don't include errno.h
This inclusion has been added before libavutil/error.h was split off
from avcodec.h (in 60c144f700
).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
1be3d8a0cb
commit
912f125c42
@ -27,7 +27,6 @@
|
||||
* Libavcodec external API header
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include "libavutil/samplefmt.h"
|
||||
#include "libavutil/attributes.h"
|
||||
#include "libavutil/avutil.h"
|
||||
|
Loading…
Reference in New Issue
Block a user