diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-06-12 01:10:58 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-22 11:14:31 +0200 |
commit | 1be3d8a0cb77f8d34c1f39b47bf5328fe10c82d7 (patch) | |
tree | e5fe6fc80bf3e5efa5f1c30b3f8e610ca8a4ee65 /libavdevice/avfoundation.m | |
parent | 57b5ec6ba7df442caebc401c4a7ef3ebc066b519 (diff) | |
download | ffmpeg-1be3d8a0cb77f8d34c1f39b47bf5328fe10c82d7.tar.gz |
avcodec/avcodec: Stop including channel_layout.h in avcodec.h
Also include channel_layout.h directly wherever used.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavdevice/avfoundation.m')
-rw-r--r-- | libavdevice/avfoundation.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/avfoundation.m b/libavdevice/avfoundation.m index 5b4dea826c..1d108417be 100644 --- a/libavdevice/avfoundation.m +++ b/libavdevice/avfoundation.m @@ -28,6 +28,7 @@ #import <AVFoundation/AVFoundation.h> #include <pthread.h> +#include "libavutil/channel_layout.h" #include "libavutil/pixdesc.h" #include "libavutil/opt.h" #include "libavutil/avstring.h" |