Andreas Cadhalpun in gmane.comp.video.ffmpeg.devel (Tue, 27 Oct 2015
22:52:27 +0100):
>> On Tue, Oct 27, 2015 at 9:58 PM, Andreas Cadhalpun
>>> diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
>>> index e90aef7..a00a309 100644
>>> --- a/libavformat/libavformat.v
>>> +++ b/libavformat/libavformat.v
>>> @@ -10,9 +10,6 @@ LIBAVFORMAT_$MAJOR {
>>> -                ffurl_read_complete;
>>> -                ffurl_seek;
>>> -                ffurl_size;
>
>OK. I'll wait a bit to see if someone else wants to comment on this patch.

There is a PHP extension that uses ffurl_seek and ffurl_read_complete:
https://github.com/chung-leong/av/blob/master/faststart.c#L76

These functions are also documented at
http://www.ffmpeg.org/doxygen/trunk/avio_8c.html

How should an external developer know what functions are publically
available?
-- 
Jan

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to