[FFmpeg-devel] [PATCH 3/4] Document url_get_filename().
Stefano Sabatini
stefano.sabatini-lala
Fri Oct 1 17:12:43 CEST 2010
On date Thursday 2010-09-30 11:23:56 +0200, Stefano Sabatini encoded:
> ---
> libavformat/avio.h | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/libavformat/avio.h b/libavformat/avio.h
> index 1cc7fa0..34437bc 100644
> --- a/libavformat/avio.h
> +++ b/libavformat/avio.h
> @@ -204,6 +204,12 @@ int url_get_file_handle(URLContext *h);
> * @return maximum packet size in bytes
> */
> int url_get_max_packet_size(URLContext *h);
> +
> +/**
> + * Copy the filename of the resource accessed by h to buf.
> + *
> + * @buf_size size in bytes of buf
> + */
> void url_get_filename(URLContext *h, char *buf, int buf_size);
I'll apply in three days if I see no comments.
Regards.
--
FFmpeg = Fabulous and Fabulous Multimedia Peaceless Enhanced Gnome
More information about the ffmpeg-devel
mailing list