[libav-devel] [PATCH 08/11] avconv: merge two loops in output_packet().

2011-08-17 Thread Anton Khirnov
--- avconv.c | 28 +--- 1 files changed, 9 insertions(+), 19 deletions(-) diff --git a/avconv.c b/avconv.c index 81315b6..8b92158 100644 --- a/avconv.c +++ b/avconv.c @@ -1538,25 +1538,6 @@ static int output_packet(InputStream *ist, int ist_index,

Re: [libav-devel] [PATCH 08/11] avconv: merge two loops in output_packet().

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 05:04:49PM +0200, Anton Khirnov wrote: --- avconv.c | 28 +--- 1 files changed, 9 insertions(+), 19 deletions(-) looks OK ___ libav-devel mailing list libav-devel@libav.org