[SCM] libav/experimental: Doxygenize the existing comments without altering the actual contents of the comment.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:57:20 UTC 2013
The following commit has been merged in the experimental branch:
commit 01c9c33a591d56fb48018501c92be37877308fb0
Author: Panagiotis Issaris <takis.issaris at uhasselt.be>
Date: Mon Mar 5 12:14:29 2007 +0000
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;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list