Re: [libav-devel] [PATCH 1/5] g2meet: rename FRAME_INFO to more appropriate DISPLAY_INFO

2014-02-08 Thread Kostya Shishkov
On Sat, Feb 08, 2014 at 04:14:03PM +0100, Diego Biurrun wrote: > On Sat, Feb 08, 2014 at 03:47:59PM +0100, Kostya Shishkov wrote: > > On Sat, Feb 08, 2014 at 02:58:48PM +0100, Diego Biurrun wrote: > > > On Sat, Feb 08, 2014 at 02:34:52PM +0100, Maxim Poliakovski wrote: > > > > Signed-off-by: Kostya

Re: [libav-devel] [PATCH 1/5] g2meet: rename FRAME_INFO to more appropriate DISPLAY_INFO

2014-02-08 Thread Diego Biurrun
On Sat, Feb 08, 2014 at 03:47:59PM +0100, Kostya Shishkov wrote: > On Sat, Feb 08, 2014 at 02:58:48PM +0100, Diego Biurrun wrote: > > On Sat, Feb 08, 2014 at 02:34:52PM +0100, Maxim Poliakovski wrote: > > > Signed-off-by: Kostya Shishkov > > > --- > > > libavcodec/g2meet.c |8 > > >

Re: [libav-devel] [PATCH 1/5] g2meet: rename FRAME_INFO to more appropriate DISPLAY_INFO

2014-02-08 Thread Kostya Shishkov
On Sat, Feb 08, 2014 at 03:49:02PM +0200, Martin Storsjö wrote: > On Sat, 8 Feb 2014, Maxim Poliakovski wrote: > > >Signed-off-by: Kostya Shishkov > >--- > >libavcodec/g2meet.c |8 > >1 file changed, 4 insertions(+), 4 deletions(-) > > Why the weird mix of name/email address in the f

Re: [libav-devel] [PATCH 1/5] g2meet: rename FRAME_INFO to more appropriate DISPLAY_INFO

2014-02-08 Thread Kostya Shishkov
On Sat, Feb 08, 2014 at 02:58:48PM +0100, Diego Biurrun wrote: > On Sat, Feb 08, 2014 at 02:34:52PM +0100, Maxim Poliakovski wrote: > > Signed-off-by: Kostya Shishkov > > --- > > libavcodec/g2meet.c |8 > > 1 file changed, 4 insertions(+), 4 deletions(-) > > The author is incorrect.

Re: [libav-devel] [PATCH 1/5] g2meet: rename FRAME_INFO to more appropriate DISPLAY_INFO

2014-02-08 Thread Diego Biurrun
On Sat, Feb 08, 2014 at 02:34:52PM +0100, Maxim Poliakovski wrote: > Signed-off-by: Kostya Shishkov > --- > libavcodec/g2meet.c |8 > 1 file changed, 4 insertions(+), 4 deletions(-) The author is incorrect. Diego ___ libav-devel mailing l

Re: [libav-devel] [PATCH 1/5] g2meet: rename FRAME_INFO to more appropriate DISPLAY_INFO

2014-02-08 Thread Martin Storsjö
On Sat, 8 Feb 2014, Maxim Poliakovski wrote: Signed-off-by: Kostya Shishkov --- libavcodec/g2meet.c |8 1 file changed, 4 insertions(+), 4 deletions(-) Why the weird mix of name/email address in the from field of this mail? Doesn't your git send-email add an explicit From: field

Re: [libav-devel] [PATCH 1/5] g2meet: rename FRAME_INFO to more appropriate DISPLAY_INFO

2014-02-08 Thread Luca Barbato
On 08/02/14 14:34, Maxim Poliakovski wrote: > Signed-off-by: Kostya Shishkov > --- > libavcodec/g2meet.c |8 > 1 file changed, 4 insertions(+), 4 deletions(-) > Ok. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.o

[libav-devel] [PATCH 1/5] g2meet: rename FRAME_INFO to more appropriate DISPLAY_INFO

2014-02-08 Thread Maxim Poliakovski
Signed-off-by: Kostya Shishkov --- libavcodec/g2meet.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/g2meet.c b/libavcodec/g2meet.c index 0b36dbd..9ce56c9 100644 --- a/libavcodec/g2meet.c +++ b/libavcodec/g2meet.c @@ -35,7 +35,7 @@ #include "mjpeg.h"