[FFmpeg-devel] [PATCH 1/2] lavf/avio: Extend API with avio_move() and avio_delete()
Timothy Gu
timothygu99 at gmail.com
Sun Jun 21 09:37:44 CEST 2015
El sábado, 20 de junio de 2015, Mariusz Szczepańczyk <
mszczepanczyk at gmail.com> escribió:
> ---
> doc/APIchanges | 4 ++++
> libavformat/avio.c | 38 ++++++++++++++++++++++++++++++++++++++
> libavformat/avio.h | 19 +++++++++++++++++++
> libavformat/url.h | 2 ++
> libavformat/version.h | 2 +-
> 5 files changed, 64 insertions(+), 1 deletion(-)
>
> diff --git a/doc/APIchanges b/doc/APIchanges
> index 6e64a05..a9efd12 100644
> --- a/doc/APIchanges
> +++ b/doc/APIchanges
> @@ -17,6 +17,10 @@ API changes, most recent first:
>
> -------- 8< --------- FFmpeg 2.7 was cut here -------- 8< ---------
>
> +2015-xx-xx - xxxxxxx - lavf 56.38.100 - avio.h url.h
> + Add avio_move(), avio_delete().
> + Extend URLProtocol with url_move(), url_delete().
> +
This goes above the 2.7 release cut line.
Timothy
More information about the ffmpeg-devel
mailing list