diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-03-05 12:14:29 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-03-05 12:14:29 +0000 |
commit | 01c9c33a591d56fb48018501c92be37877308fb0 (patch) | |
tree | 20017a55ff875adb71007ed35c32425db887e40b /libavformat/rtp.h | |
parent | 5095aaa91ca9a236f9f0a4f7aa57ce6c4a226cbf (diff) | |
download | ffmpeg-01c9c33a591d56fb48018501c92be37877308fb0.tar.gz |
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.h | 2 |
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; |