Re: [libav-devel] [PATCH] Fixed miscellaneous coding standard violation.

2014-03-25 Thread Diego Biurrun
On Mon, Mar 24, 2014 at 02:00:34AM +0100, Vittorio Giovara wrote: On Thu, Mar 20, 2014 at 3:02 AM, Tanja Batchelor --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -390,41 +390,41 @@ static int mpegps_read_packet(AVFormatContext *s, if (len 0) return len; -

Re: [libav-devel] [PATCH] Fixed miscellaneous coding standard violation.

2014-03-23 Thread Vittorio Giovara
Hello, please use filename: KR formatting cosmetics as title for patches like this one. On Thu, Mar 20, 2014 at 3:02 AM, Tanja Batchelor tanjabatche...@gmail.com wrote: --- libavformat/mpeg.c | 82 +++--- 1 file changed, 41 insertions(+), 41

Re: [libav-devel] [PATCH] fixed miscellaneous coding standard violation

2014-03-20 Thread Martin Storsjö
On Wed, 19 Mar 2014, Tanja Batchelor wrote: --- libavformat/mpeg.c | 6 +++--- libavformat/srtp.c | 10 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libavformat/srtp.c b/libavformat/srtp.c index 6659bfc..7ccba47 100644 --- a/libavformat/srtp.c +++

[libav-devel] [PATCH] Fixed miscellaneous coding standard violation.

2014-03-20 Thread Tanja Batchelor
--- libavformat/mpeg.c | 82 +++--- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index 7430bb0..99112ac 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -38,15 +38,15 @@ static

Re: [libav-devel] [PATCH] fixed miscellaneous coding standard violation

2014-03-20 Thread Tim Walker
On 20 Mar 2014, at 08:03, Martin Storsjö mar...@martin.st wrote: On Wed, 19 Mar 2014, Tanja Batchelor wrote: --- libavformat/mpeg.c | 6 +++--- libavformat/srtp.c | 10 +- 2 files changed, 8 insertions(+), 8 deletions(-) This is part of the srtp test program and intentionally

[libav-devel] [PATCH] fixed miscellaneous coding standard violation

2014-03-19 Thread Tanja Batchelor
--- libavformat/mpeg.c | 6 +++--- libavformat/srtp.c | 10 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index 7430bb0..7996d84 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -336,7 +336,7 @@ static int

Re: [libav-devel] [PATCH] fixed miscellaneous coding standard violation

2014-03-19 Thread Luca Barbato
On 19/03/14 22:23, Tanja Batchelor wrote: --- libavformat/mpeg.c | 6 +++--- libavformat/srtp.c | 10 +- 2 files changed, 8 insertions(+), 8 deletions(-) I already gave you a review on irc. diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index 7430bb0..7996d84 100644 ---

Re: [libav-devel] [PATCH] fixed miscellaneous coding standard violation

2014-03-19 Thread Timothy Gu
On Wednesday, March 19, 2014, Luca Barbato lu_z...@gentoo.org wrote: On 19/03/14 22:23, Tanja Batchelor wrote: --- libavformat/mpeg.c | 6 +++--- libavformat/srtp.c | 10 +- 2 files changed, 8 insertions(+), 8 deletions(-) I already gave you a review on irc. diff --git