Re: [libav-devel] [PATCH 07/11] avconv: fix broken indentation.

2011-08-17 Thread Diego Biurrun
On Wed, Aug 17, 2011 at 05:04:48PM +0200, Anton Khirnov wrote: > --- > avconv.c |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) OK Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-

Re: [libav-devel] [PATCH 07/11] avconv: fix broken indentation.

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 05:04:48PM +0200, Anton Khirnov wrote: > --- > avconv.c |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/avconv.c b/avconv.c > index a9b192a..81315b6 100644 > --- a/avconv.c > +++ b/avconv.c > @@ -1585,7 +1585,9 @@ static int output_packet(

[libav-devel] [PATCH 07/11] avconv: fix broken indentation.

2011-08-17 Thread Anton Khirnov
--- avconv.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/avconv.c b/avconv.c index a9b192a..81315b6 100644 --- a/avconv.c +++ b/avconv.c @@ -1585,7 +1585,9 @@ static int output_packet(InputStream *ist, int ist_index, int frame_size;