[FFmpeg-devel] [PATCH] doxygen: clarify purpose of AVIOInterruptCB
wm4
nfxjfg at googlemail.com
Sat Aug 31 12:22:40 CEST 2013
On Sat, 31 Aug 2013 00:02:50 +0200
Lukasz Marek <lukasz.m.luki at gmail.com> wrote:
> Signed-off-by: Lukasz Marek <lukasz.m.luki at gmail.com>
> ---
> libavformat/avio.h | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/libavformat/avio.h b/libavformat/avio.h
> index 5bdbc62..0a3078b 100644
> --- a/libavformat/avio.h
> +++ b/libavformat/avio.h
> @@ -47,6 +47,10 @@
> * No members can be added to this struct without a major bump, if
> * new elements have been added after this struct in AVFormatContext
> * or AVIOContext.
> + *
> + * @note This functionality is not intended to be used by protocols
> + * nor any other in-between layers of ffmpeg. This is designed
> + * to be used by high-level clients like ff* tools.
> */
> typedef struct AVIOInterruptCB {
> int (*callback)(void*);
Maybe make it clear that it is a public API, and not something special
for ff* tools.
More information about the ffmpeg-devel
mailing list