diff mbox series

[FFmpeg-devel,23/25] lavc/matroska: avoid avcodec.h dependency

Message ID 20210521180056.17496-23-anton@khirnov.net
State Accepted
Commit 823ca1ba84051bdaf63fb5418d2108e39136ff36
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/matroska.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libavformat/matroska.h b/libavformat/matroska.h
index 30cbe18a8b..2d04a6838b 100644
--- a/libavformat/matroska.h
+++ b/libavformat/matroska.h
@@ -22,7 +22,7 @@ 
 #ifndef AVFORMAT_MATROSKA_H
 #define AVFORMAT_MATROSKA_H
 
-#include "libavcodec/avcodec.h"
+#include "libavcodec/codec_id.h"
 #include "metadata.h"
 #include "internal.h"