summaryrefslogtreecommitdiff
path: root/libavformat/argo_cvg.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-06-12 01:10:58 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 11:14:31 +0200
commit1be3d8a0cb77f8d34c1f39b47bf5328fe10c82d7 (patch)
treee5fe6fc80bf3e5efa5f1c30b3f8e610ca8a4ee65 /libavformat/argo_cvg.c
parent57b5ec6ba7df442caebc401c4a7ef3ebc066b519 (diff)
downloadffmpeg-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 'libavformat/argo_cvg.c')
-rw-r--r--libavformat/argo_cvg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/argo_cvg.c b/libavformat/argo_cvg.c
index 37288a1496..11f68c2405 100644
--- a/libavformat/argo_cvg.c
+++ b/libavformat/argo_cvg.c
@@ -19,6 +19,8 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+
+#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "internal.h"
#include "libavutil/opt.h"