summaryrefslogtreecommitdiff
path: root/libavformat/rtp.h
diff options
context:
space:
mode:
authorPanagiotis Issaris <takis.issaris@uhasselt.be>2007-03-05 12:14:29 +0000
committerPanagiotis Issaris <takis.issaris@uhasselt.be>2007-03-05 12:14:29 +0000
commit01c9c33a591d56fb48018501c92be37877308fb0 (patch)
tree20017a55ff875adb71007ed35c32425db887e40b /libavformat/rtp.h
parent5095aaa91ca9a236f9f0a4f7aa57ce6c4a226cbf (diff)
Doxygenize the existing comments without altering the actual contents of the
comment. Originally committed as revision 8246 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp.h')
-rw-r--r--libavformat/rtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtp.h b/libavformat/rtp.h
index 946d325288..cdd911e5e3 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;