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

2021-05-21 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2021-05-21 20:17:10) > Anton Khirnov: > > --- > > 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/matrosk

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

2021-05-21 Thread Andreas Rheinhardt
Anton Khirnov: > --- > 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

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

2021-05-21 Thread Anton Khirnov
--- 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 AVFOR