ffmpeg | branch: master | Anton Khirnov <an...@khirnov.net> | Fri May 21 19:56:46 2021 +0200| [823ca1ba84051bdaf63fb5418d2108e39136ff36] | committer: Anton Khirnov
lavf/matroska: avoid avcodec.h dependency > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=823ca1ba84051bdaf63fb5418d2108e39136ff36 --- libavformat/matroska.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".