Re: [FFmpeg-devel] [PATCH 4/7] lavf/segment: write attached pictures to all segments by default

2017-11-21 Thread Rostislav Pehlivanov
On 2 August 2017 at 07:30, Rodger Combs wrote: > --- > doc/muxers.texi | 4 > libavformat/segment.c | 40 +--- > 2 files changed, 33 insertions(+), 11 deletions(-) > > diff --git a/doc/muxers.texi b/doc/muxers.texi > index 23ef2e7..93147e1 100644 >

[FFmpeg-devel] [PATCH 4/7] lavf/segment: write attached pictures to all segments by default

2017-08-02 Thread Rodger Combs
--- doc/muxers.texi | 4 libavformat/segment.c | 40 +--- 2 files changed, 33 insertions(+), 11 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 23ef2e7..93147e1 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -1576,6 +1576,10

Re: [FFmpeg-devel] [PATCH 4/7] lavf/segment: write attached pictures to all segments by default

2017-08-01 Thread Steven Liu
2017-08-01 15:16 GMT+08:00 Rodger Combs : > Variables may be declared at the top of a scope block in ffmpeg. yes, this is not a rule, just a suggest, for the code read clear. > >> On Aug 1, 2017, at 01:50, Steven Liu wrote: >> >> 2017-08-01 14:33 GMT+08:00 Rodger Combs >

Re: [FFmpeg-devel] [PATCH 4/7] lavf/segment: write attached pictures to all segments by default

2017-08-01 Thread Rodger Combs
Variables may be declared at the top of a scope block in ffmpeg. > On Aug 1, 2017, at 01:50, Steven Liu wrote: > > 2017-08-01 14:33 GMT+08:00 Rodger Combs >: >> --- >> doc/muxers.texi | 4 >> libavformat/segment.c | 24 >> 2 file

Re: [FFmpeg-devel] [PATCH 4/7] lavf/segment: write attached pictures to all segments by default

2017-07-31 Thread Steven Liu
2017-08-01 14:33 GMT+08:00 Rodger Combs : > --- > doc/muxers.texi | 4 > libavformat/segment.c | 24 > 2 files changed, 28 insertions(+) > > diff --git a/doc/muxers.texi b/doc/muxers.texi > index 23ef2e7..93147e1 100644 > --- a/doc/muxers.texi > +++ b/doc/muxer

[FFmpeg-devel] [PATCH 4/7] lavf/segment: write attached pictures to all segments by default

2017-07-31 Thread Rodger Combs
--- doc/muxers.texi | 4 libavformat/segment.c | 24 2 files changed, 28 insertions(+) diff --git a/doc/muxers.texi b/doc/muxers.texi index 23ef2e7..93147e1 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -1576,6 +1576,10 @@ argument must be a time durat

Re: [FFmpeg-devel] [PATCH 4/7] lavf/segment: write attached pictures to all segments by default

2017-05-08 Thread Steven Liu
2017-05-08 12:36 GMT+08:00 Rodger Combs : > --- > doc/muxers.texi | 4 > libavformat/segment.c | 24 > libavformat/version.h | 2 +- > 3 files changed, 29 insertions(+), 1 deletion(-) > > diff --git a/doc/muxers.texi b/doc/muxers.texi > index b80bc68..3707d05

[FFmpeg-devel] [PATCH 4/7] lavf/segment: write attached pictures to all segments by default

2017-05-07 Thread Rodger Combs
--- doc/muxers.texi | 4 libavformat/segment.c | 24 libavformat/version.h | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index b80bc68..3707d05 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -15