[FFmpeg-cvslog] r19087 - in trunk/libavformat: avio.c avio.h rtsp.c

Michael Niedermayer michaelni
Thu Jun 4 18:49:57 CEST 2009


On Thu, Jun 04, 2009 at 08:25:53AM +0200, kostya wrote:
> Author: kostya
> Date: Thu Jun  4 08:25:53 2009
> New Revision: 19087
> 
> Log:
> Move function for reading whole specified amount of data from RTSP
> demuxer into more common place.
[...]
> Modified: trunk/libavformat/avio.h
> ==============================================================================
> --- trunk/libavformat/avio.h	Thu Jun  4 01:48:28 2009	(r19086)
> +++ trunk/libavformat/avio.h	Thu Jun  4 08:25:53 2009	(r19087)
> @@ -69,6 +69,7 @@ int url_open_protocol (URLContext **puc,
>                         const char *filename, int flags);
>  int url_open(URLContext **h, const char *filename, int flags);
>  int url_read(URLContext *h, unsigned char *buf, int size);
> +int url_read_complete(URLContext *h, unsigned char *buf, int size);

some doxy wont hurt ...

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Let us carefully observe those good qualities wherein our enemies excel us
and endeavor to excel them, by avoiding what is faulty, and imitating what
is excellent in them. -- Plutarch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20090604/76d4ddbd/attachment.pgp>



More information about the ffmpeg-cvslog mailing list