Re: [FFmpeg-devel] [PATCH] avformat/flvenc: support codec config change mid stream

2016-06-10 Thread Ivan Grigoriev
Resubmitted as two separate commits http://ffmpeg.org/pipermail/ffmpeg-devel/2016-June/195162.html Ivan Grigoriev On Fri, Jun 10, 2016 at 1:39 PM, Carl Eugen Hoyos wrote: > Ivan gmail.com> writes: > > > +flv_write_codec_header(s, s->streams[i]->codecpar); > > If you make facturing out

Re: [FFmpeg-devel] [PATCH] avformat/flvenc: support codec config change mid stream

2016-06-10 Thread Carl Eugen Hoyos
Ivan gmail.com> writes: > +flv_write_codec_header(s, s->streams[i]->codecpar); If you make facturing out this code a separate commit, it will make reviewing much easier. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http:/

[FFmpeg-devel] [PATCH] avformat/flvenc: support codec config change mid stream

2016-06-09 Thread Ivan
Signed-off-by: Ivan --- libavformat/flvenc.c | 130 ++- 1 file changed, 78 insertions(+), 52 deletions(-) diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c index d62ff70..3536e9a 100644 --- a/libavformat/flvenc.c +++ b/libavformat/flvenc.c @