From: Panagiotis Issaris Date: Mon, 5 Mar 2007 12:14:29 +0000 (+0000) Subject: Doxygenize the existing comments without altering the actual contents of the X-Git-Tag: v0.5~9802 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01c9c33a591d56fb48018501c92be37877308fb0;p=platform%2Fupstream%2Flibav.git Doxygenize the existing comments without altering the actual contents of the comment. Originally committed as revision 8246 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/rtp.h b/libavformat/rtp.h index 946d325..cdd911e 100644 --- a/libavformat/rtp.h +++ b/libavformat/rtp.h @@ -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;