Re: [FFmpeg-devel] [PATCH] avformat: stop exporting ffurl_read_complete, ffurl_seek and ffurl_size

2015-12-27 Thread Hendrik Leppkes
On Sun, Dec 27, 2015 at 7:32 PM, Jan Ehrhardt wrote: > 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

Re: [FFmpeg-devel] [PATCH] avformat: stop exporting ffurl_read_complete, ffurl_seek and ffurl_size

2015-12-27 Thread Jan Ehrhardt
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 >>> +++

Re: [FFmpeg-devel] [PATCH] avformat: stop exporting ffurl_read_complete, ffurl_seek and ffurl_size

2015-12-27 Thread Andreas Cadhalpun
On 27.12.2015 19:32, Jan Ehrhardt wrote: > 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

Re: [FFmpeg-devel] [PATCH] avformat: stop exporting ffurl_read_complete, ffurl_seek and ffurl_size

2015-10-29 Thread Andreas Cadhalpun
On 27.10.2015 22:52, Andreas Cadhalpun wrote: > On 27.10.2015 22:04, Hendrik Leppkes wrote: >> On Tue, Oct 27, 2015 at 9:58 PM, Andreas Cadhalpun >> wrote: >>> They are not in public headers and not used outside of libavformat. >>> >>> Signed-off-by: Andreas

[FFmpeg-devel] [PATCH] avformat: stop exporting ffurl_read_complete, ffurl_seek and ffurl_size

2015-10-27 Thread Andreas Cadhalpun
They are not in public headers and not used outside of libavformat. Signed-off-by: Andreas Cadhalpun --- It's been a year since the last attempt to remove these [1]. Bad enough that ffserver still uses private functions, but keeping even more in the ABI for

Re: [FFmpeg-devel] [PATCH] avformat: stop exporting ffurl_read_complete, ffurl_seek and ffurl_size

2015-10-27 Thread Andreas Cadhalpun
On 27.10.2015 22:04, Hendrik Leppkes wrote: > On Tue, Oct 27, 2015 at 9:58 PM, Andreas Cadhalpun > wrote: >> They are not in public headers and not used outside of libavformat. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> >>

Re: [FFmpeg-devel] [PATCH] avformat: stop exporting ffurl_read_complete, ffurl_seek and ffurl_size

2015-10-27 Thread Hendrik Leppkes
On Tue, Oct 27, 2015 at 9:58 PM, Andreas Cadhalpun wrote: > They are not in public headers and not used outside of libavformat. > > Signed-off-by: Andreas Cadhalpun > --- > > It's been a year since the last attempt to remove