diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-05-21 19:56:46 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-06-10 16:51:44 +0200 |
commit | 823ca1ba84051bdaf63fb5418d2108e39136ff36 (patch) | |
tree | a62291720201f160ead299dc108b0f4dda392f17 | |
parent | f3dafe6a41bca07d727d0d984f2f0f2164ff4414 (diff) | |
download | ffmpeg-823ca1ba84051bdaf63fb5418d2108e39136ff36.tar.gz |
lavf/matroska: avoid avcodec.h dependency
-rw-r--r-- | libavformat/matroska.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |