[FFmpeg-devel] [PATCH] avformat: Add a protocol blacklisting API

James Almer jamrial at gmail.com
Fri Mar 4 16:02:57 CET 2016


On 3/4/2016 10:34 AM, Derek Buitenhuis wrote:
> On 3/3/2016 7:50 PM, Michael Niedermayer wrote:
>> The io_open/close callbacks afterwards seem direct access IIUC
>> so its not possible to remove or add any fields prior
>>
>> though maybe they have been added so recently that its ok to move
>> them above all "no direct access" fields
>> or maybe iam missing something
> 
> Crap. I must have screwed up when merging those callbacks. I can move
> the be blacklist entry under them, or I can break ABI and move both,
> since I don't think there is release.

Try to non break ABI just yet, leave it as last resort. We did it not even
half a year ago, and we'd have to push every single scheduled deprecation.
If this can be resolved moving only the new entries then that's preferable.

> 
> Which do people prefer? They're both kinda meh.
> 
> - Derek
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 



More information about the ffmpeg-devel mailing list