Doxygenize the existing comments without altering the actual contents of the
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Mon, 5 Mar 2007 12:14:29 +0000 (12:14 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Mon, 5 Mar 2007 12:14:29 +0000 (12:14 +0000)
comment.

Originally committed as revision 8246 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtp.h

index 946d325..cdd911e 100644 (file)
@@ -27,7 +27,7 @@
 int rtp_init(void);
 int rtp_get_codec_info(AVCodecContext *codec, int payload_type);
 
-/* return < 0 if unknown payload type */
+/** return < 0 if unknown payload type */
 int rtp_get_payload_type(AVCodecContext *codec);
 
 typedef struct RTPDemuxContext RTPDemuxContext;