# HG changeset patch # User diego # Date 1278067769 0 # Node ID ccb05424c391ecf39e1f7700d801aca5f4e76663 # Parent 23e04fb7656e28d81e4aba2cfd9d27f10c31b317 Fix misspelled parameter names in Doxygen documentation. This fixes one Doxygen warning each. diff -r 23e04fb7656e -r ccb05424c391 avformat.h --- 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, diff -r 23e04fb7656e -r ccb05424c391 gxf.c --- 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) { diff -r 23e04fb7656e -r ccb05424c391 rtmppkt.h --- 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); diff -r 23e04fb7656e -r ccb05424c391 rtpproto.c --- 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 */ diff -r 23e04fb7656e -r ccb05424c391 udp.c --- 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)