[Libav-user] Requesting help to port Audacity to recent FFmpeg

Claudio Freire klaussfreire at gmail.com
Wed May 14 21:41:54 CEST 2014


On Wed, May 14, 2014 at 2:27 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
> index 0b47668..0d5d3b0 100644
> --- a/libavformat/libavformat.v
> +++ b/libavformat/libavformat.v
> @@ -21,6 +21,8 @@ LIBAVFORMAT_$MAJOR {
>                  ffurl_size;
>                  ffurl_write;
>                  ffurl_protocol_next;
> +                ffio_fdopen;
> +                ffurl_register_protocol;
>                  url_open;
>                  url_close;
>                  url_write;
>
> and it needs to #include libavformat/url.h (which isnt installed be
> default)


If you need subscribers to the idea of re-publicizing the register
protocol APIs, count me in. I also use it in one of the projects that
needs an ffmpeg update, and that's probably one of the biggest tasks
blocking me. Since ffmpeg there is an optional requirement, I keep
postponing the port.

Having that API back into ffmpeg would certainly most certainly help.


More information about the Libav-user mailing list