Re: [FFmpeg-devel] [PATCH] lavfi/apad: fix logic when whole_len or pad_len options are specified

2014-08-21 Thread Stefano Sabatini
On date Wednesday 2014-08-20 15:36:26 +0200, Michael Niedermayer encoded: On Wed, Aug 20, 2014 at 12:43:22PM +0200, Stefano Sabatini wrote: On date Tuesday 2014-08-19 01:29:42 +0200, Michael Niedermayer encoded: On Mon, Aug 18, 2014 at 02:53:45PM +0200, Stefano Sabatini wrote: ---

Re: [FFmpeg-devel] [PATCH] lavfi/apad: fix logic when whole_len or pad_len options are specified

2014-08-20 Thread Stefano Sabatini
On date Tuesday 2014-08-19 01:29:42 +0200, Michael Niedermayer encoded: On Mon, Aug 18, 2014 at 02:53:45PM +0200, Stefano Sabatini wrote: --- libavfilter/af_apad.c | 29 + 1 file changed, 17 insertions(+), 12 deletions(-) probably ok With more changes. --

Re: [FFmpeg-devel] [PATCH] lavfi/apad: fix logic when whole_len or pad_len options are specified

2014-08-20 Thread Michael Niedermayer
On Wed, Aug 20, 2014 at 12:43:22PM +0200, Stefano Sabatini wrote: On date Tuesday 2014-08-19 01:29:42 +0200, Michael Niedermayer encoded: On Mon, Aug 18, 2014 at 02:53:45PM +0200, Stefano Sabatini wrote: --- libavfilter/af_apad.c | 29 + 1 file changed, 17

[FFmpeg-devel] [PATCH] lavfi/apad: fix logic when whole_len or pad_len options are specified

2014-08-18 Thread Stefano Sabatini
--- libavfilter/af_apad.c | 29 + 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/libavfilter/af_apad.c b/libavfilter/af_apad.c index 15ba8c4..c58cacf 100644 --- a/libavfilter/af_apad.c +++ b/libavfilter/af_apad.c @@ -39,8 +39,8 @@ typedef struct {