Re: [FFmpeg-devel] [PATCH 2/3] avformat: add protocol_whitelist

2016-01-29 Thread Andreas Cadhalpun
On 28.01.2016 23:49, Michael Niedermayer wrote: > From: Michael Niedermayer > > TODO: Docs > TODO: version bump > > Note to maintainers: update tools > > Note to maintainers: set a default whitelist for your protocol > If that makes no sense then consider to set "none" and thus require the user

[FFmpeg-devel] [PATCH 2/3] avformat: add protocol_whitelist

2016-01-28 Thread Michael Niedermayer
From: Michael Niedermayer TODO: Docs TODO: version bump Note to maintainers: update tools Note to maintainers: set a default whitelist for your protocol If that makes no sense then consider to set "none" and thus require the user to specify a white-list for sub-protocols to be opened Note, te