[FFmpeg-devel] [PATCH] avfilter/af_volumedetect: Remove dependency on channel layout

Nicolas George george at nsup.org
Sat Sep 10 12:21:28 EEST 2016


Le decadi 20 fructidor, an CCXXIV, Michael Niedermayer a écrit :
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
>  libavfilter/af_volumedetect.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

LGTM, thanks.

Note that to allow the filter to work with unknown layouts, they must be
declared as supported:

	ff_set_common_channel_layouts(ctx, ff_all_channel_counts());

(No time to properly do it and submit right now.)

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160910/89237c63/attachment.sig>


More information about the ffmpeg-devel mailing list