diff rtp.h @ 1866:8d7a19c937dc libavformat

Doxygenize the existing comments without altering the actual contents of the comment.
author takis
date Mon, 05 Mar 2007 12:14:29 +0000
parents 17893fe08372
children 04f5cfe20a92
line wrap: on
line diff
--- a/rtp.h	Mon Mar 05 10:07:42 2007 +0000
+++ b/rtp.h	Mon Mar 05 12:14:29 2007 +0000
@@ -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;