[Ffmpeg-cvslog] r8246 - trunk/libavformat/rtp.h
takis
subversion
Mon Mar 5 13:14:29 CET 2007
Author: takis
Date: Mon Mar 5 13:14:29 2007
New Revision: 8246
Modified:
trunk/libavformat/rtp.h
Log:
Doxygenize the existing comments without altering the actual contents of the
comment.
Modified: trunk/libavformat/rtp.h
==============================================================================
--- trunk/libavformat/rtp.h (original)
+++ trunk/libavformat/rtp.h Mon Mar 5 13:14:29 2007
@@ -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;
More information about the ffmpeg-cvslog
mailing list