diff mbox series

[FFmpeg-devel,24/25] lavc/mov_chan: avoid avcodec.h dependency

Message ID 20210521180056.17496-24-anton@khirnov.net
State Accepted
Commit c9642265f8089d93c468487d5f852b40da74c125
Headers show
Series [FFmpeg-devel,01/25] lavc: move small misc definitions into a separate header | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Anton Khirnov May 21, 2021, 6 p.m. UTC
---
 libavformat/mov_chan.c | 2 +-
 libavformat/mov_chan.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/libavformat/mov_chan.c b/libavformat/mov_chan.c
index 324dd5f913..4ec16f15c2 100644
--- a/libavformat/mov_chan.c
+++ b/libavformat/mov_chan.c
@@ -26,7 +26,7 @@ 
 #include <stdint.h>
 
 #include "libavutil/channel_layout.h"
-#include "libavcodec/avcodec.h"
+#include "libavcodec/codec_id.h"
 #include "mov_chan.h"
 
 /**
diff --git a/libavformat/mov_chan.h b/libavformat/mov_chan.h
index ca28345aef..978b8a3732 100644
--- a/libavformat/mov_chan.h
+++ b/libavformat/mov_chan.h
@@ -28,7 +28,7 @@ 
 
 #include <stdint.h>
 
-#include "libavcodec/avcodec.h"
+#include "libavcodec/codec_id.h"
 #include "avformat.h"
 
 /**