Re: [libav-devel] [PATCH] avconv: fix -frames for video encoders with delay.

2012-01-16 Thread Luca Barbato
On 1/16/12 10:51 AM, Anton Khirnov wrote: Frames must be counted when they are passed to the encoder, not when they come out. --- avconv.c | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) Seems fine. lu ___ libav-de

[libav-devel] [PATCH] avconv: fix -frames for video encoders with delay.

2012-01-16 Thread Anton Khirnov
Frames must be counted when they are passed to the encoder, not when they come out. --- avconv.c | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/avconv.c b/avconv.c index 2246851..e2cc4b0 100644 --- a/avconv.c +++ b/avconv.c @@ -875,6 +875,19 @@ static