Re: [libav-devel] [PATCH 01/31] avconv: improve sample format negotiation for decoder request

2012-09-22 Thread Anton Khirnov
On Fri, 21 Sep 2012 11:23:29 -0400, Justin Ruggles wrote: > This takes into account planar vs. packed when comparing to find the closest > sample format match. > --- > avconv.c | 33 ++--- > 1 files changed, 26 insertions(+), 7 deletions(-) > Looks good. Somethi

[libav-devel] [PATCH 01/31] avconv: improve sample format negotiation for decoder request

2012-09-21 Thread Justin Ruggles
This takes into account planar vs. packed when comparing to find the closest sample format match. --- avconv.c | 33 ++--- 1 files changed, 26 insertions(+), 7 deletions(-) diff --git a/avconv.c b/avconv.c index df09b21..956c1fa 100644 --- a/avconv.c +++ b/avconv.c @