# HG changeset patch # User takis # Date 1173096869 0 # Node ID 8d7a19c937dc40f13a510fec7ef8ed6703064bb3 # Parent eef72288a33e8d8b2d2e9df8fc9181cb6b55912e Doxygenize the existing comments without altering the actual contents of the comment. diff -r eef72288a33e -r 8d7a19c937dc rtp.h --- 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;