Re: [FFmpeg-devel] [PATCH] ffmpeg_opt.c: Introduce a -vstats_version option and document the existing -vstats format.

2017-01-25 Thread Michael Niedermayer
On Tue, Jan 24, 2017 at 08:23:54AM -0800, Sasi Inguva wrote: > Signed-off-by: Sasi Inguva > --- > doc/ffmpeg.texi | 4 > ffmpeg.h| 1 + > ffmpeg_opt.c| 3 +++ > 3 files changed, 8 insertions(+) applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC7

[FFmpeg-devel] [PATCH] ffmpeg_opt.c: Introduce a -vstats_version option and document the existing -vstats format.

2017-01-24 Thread Sasi Inguva
Signed-off-by: Sasi Inguva --- doc/ffmpeg.texi | 4 ffmpeg.h| 1 + ffmpeg_opt.c| 3 +++ 3 files changed, 8 insertions(+) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index b56bdbe261..cdea1a271f 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -636,6 +636,10 @@ Calculate

Re: [FFmpeg-devel] [PATCH] ffmpeg_opt.c: Introduce a -vstats_version option and document the existing -vstats format.

2017-01-24 Thread Sasi Inguva
I have it in a separate patch. Sorry about the newline. On Tue, Jan 24, 2017 at 6:47 AM, Moritz Barsnick wrote: > On Tue, Jan 24, 2017 at 15:45:27 +0100, Moritz Barsnick wrote: > > On Mon, Jan 23, 2017 at 18:25:45 -0800, Sasi Inguva wrote: > > > > > +@item -vstats_version @var{file} > >

Re: [FFmpeg-devel] [PATCH] ffmpeg_opt.c: Introduce a -vstats_version option and document the existing -vstats format.

2017-01-24 Thread Moritz Barsnick
On Tue, Jan 24, 2017 at 15:45:27 +0100, Moritz Barsnick wrote: > On Mon, Jan 23, 2017 at 18:25:45 -0800, Sasi Inguva wrote: > > > +@item -vstats_version @var{file} > ^ @var{int} > > > +++ b/ffmpeg.c > > @@ -1347,6 +1347,7 @@ static void do_video_stats(OutputStream *ost, i

Re: [FFmpeg-devel] [PATCH] ffmpeg_opt.c: Introduce a -vstats_version option and document the existing -vstats format.

2017-01-24 Thread Moritz Barsnick
On Mon, Jan 23, 2017 at 18:25:45 -0800, Sasi Inguva wrote: > +@item -vstats_version @var{file} ^ @var{int} > +++ b/ffmpeg.c > @@ -1347,6 +1347,7 @@ static void do_video_stats(OutputStream *ost, int > frame_size) > enc = ost->enc_ctx; > if (enc->codec_type == AV

[FFmpeg-devel] [PATCH] ffmpeg_opt.c: Introduce a -vstats_version option and document the existing -vstats format.

2017-01-23 Thread Sasi Inguva
Signed-off-by: Sasi Inguva --- doc/ffmpeg.texi | 4 ffmpeg.c| 1 + ffmpeg.h| 1 + ffmpeg_opt.c| 3 +++ 4 files changed, 9 insertions(+) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index b56bdbe261..cdea1a271f 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -636,