Re: [libav-devel] [PATCH 031/264] lavf: add AVCodecParameters to AVStream

2015-12-20 Thread Anton Khirnov
Quoting Vittorio Giovara (2015-12-12 22:02:37) > On Sat, Dec 12, 2015 at 3:49 PM, Anton Khirnov wrote: > > --- > > libavformat/avformat.h | 11 +++ > > libavformat/utils.c| 5 + > > 2 files changed, 16 insertions(+) > > > > diff --git a/libavformat/avformat.h b/libavformat/avform

Re: [libav-devel] [PATCH 031/264] lavf: add AVCodecParameters to AVStream

2015-12-12 Thread Vittorio Giovara
On Sat, Dec 12, 2015 at 3:49 PM, Anton Khirnov wrote: > --- > libavformat/avformat.h | 11 +++ > libavformat/utils.c| 5 + > 2 files changed, 16 insertions(+) > > diff --git a/libavformat/avformat.h b/libavformat/avformat.h > index cd53420..8f730de 100644 > --- a/libavformat/avfo

[libav-devel] [PATCH 031/264] lavf: add AVCodecParameters to AVStream

2015-12-12 Thread Anton Khirnov
--- libavformat/avformat.h | 11 +++ libavformat/utils.c| 5 + 2 files changed, 16 insertions(+) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index cd53420..8f730de 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -819,6 +819,17 @@ typedef struc