Mercurial > libavformat.hg
changeset 6215:ccb05424c391 libavformat
Fix misspelled parameter names in Doxygen documentation.
This fixes one Doxygen warning each.
author | diego |
---|---|
date | Fri, 02 Jul 2010 10:49:29 +0000 |
parents | 23e04fb7656e |
children | 278843790234 |
files | avformat.h gxf.c rtmppkt.h rtpproto.c udp.c |
diffstat | 5 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Fri Jul 02 08:35:47 2010 +0000 +++ b/avformat.h Fri Jul 02 10:49:29 2010 +0000 @@ -1259,7 +1259,7 @@ * * @param s media file handle * @param out the interleaved packet will be output here - * @param in the input packet + * @param pkt the input packet * @param flush 1 if no further packets are available as input and all * remaining packets should be output * @return 1 if a packet was output, 0 if no packet could be output,
--- a/gxf.c Fri Jul 02 08:35:47 2010 +0000 +++ b/gxf.c Fri Jul 02 10:49:29 2010 +0000 @@ -71,7 +71,7 @@ /** * \brief gets the stream index for the track with the specified id, creates new * stream if not found - * \param stream id of stream to find / add + * \param id id of stream to find / add * \param format stream format identifier */ static int get_sindex(AVFormatContext *s, int id, int format) {
--- a/rtmppkt.h Fri Jul 02 08:35:47 2010 +0000 +++ b/rtmppkt.h Fri Jul 02 10:49:29 2010 +0000 @@ -131,7 +131,7 @@ /** * Print information and contents of RTMP packet. * - * @param h output context + * @param ctx output context * @param p packet to dump */ void ff_rtmp_packet_dump(void *ctx, RTMPPacket *p);
--- a/rtpproto.c Fri Jul 02 08:35:47 2010 +0000 +++ b/rtpproto.c Fri Jul 02 10:49:29 2010 +0000 @@ -52,7 +52,7 @@ * get the local port first, then you must call this function to set * the remote server address. * - * @param s1 media file context + * @param h media file context * @param uri of the remote server * @return zero if no error. */ @@ -317,7 +317,7 @@ /** * Return the local rtp port used by the RTP connection - * @param s1 media file context + * @param h media file context * @return the local port number */ @@ -329,7 +329,7 @@ /** * Return the local rtp port used by the RTP connection - * @param s1 media file context + * @param h media file context * @return the local port number */ @@ -341,7 +341,7 @@ /** * Return the local rtcp port used by the RTP connection - * @param s1 media file context + * @param h media file context * @return the local port number */
--- a/udp.c Fri Jul 02 08:35:47 2010 +0000 +++ b/udp.c Fri Jul 02 10:49:29 2010 +0000 @@ -256,7 +256,7 @@ * 'pkt_size=n' : set max packet size * 'reuse=1' : enable reusing the socket * - * @param s1 media file context + * @param h media file context * @param uri of the remote server * @return zero if no error. */ @@ -280,7 +280,7 @@ /** * Return the local port used by the UDP connection - * @param s1 media file context + * @param h media file context * @return the local port number */ int udp_get_local_port(URLContext *h)