[FFmpeg-cvslog] r20989 - in trunk: libavcodec/h263.c libavformat/rtsp.c libavutil/mem.h
stefano
subversion
Fri Jan 1 13:28:18 CET 2010
Author: stefano
Date: Fri Jan 1 13:28:18 2010
New Revision: 20989
Log:
Remove residual use of the doxygen markup which is deprecated,
consistent with r19122.
Modified:
trunk/libavcodec/h263.c
trunk/libavformat/rtsp.c
trunk/libavutil/mem.h
Modified: trunk/libavcodec/h263.c
==============================================================================
--- trunk/libavcodec/h263.c Thu Dec 31 17:38:21 2009 (r20988)
+++ trunk/libavcodec/h263.c Fri Jan 1 13:28:18 2010 (r20989)
@@ -3420,7 +3420,7 @@ void ff_mpeg4_clean_buffers(MpegEncConte
* finds the next resync_marker
* @param p pointer to buffer to scan
* @param end pointer to the end of the buffer
- * @return pointer to the next resync_marker, or \p end if none was found
+ * @return pointer to the next resync_marker, or end if none was found
*/
const uint8_t *ff_h263_find_resync_marker(const uint8_t *restrict p, const uint8_t * restrict end)
{
Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c Thu Dec 31 17:38:21 2009 (r20988)
+++ trunk/libavformat/rtsp.c Fri Jan 1 13:28:18 2010 (r20989)
@@ -933,7 +933,7 @@ static void rtsp_skip_packet(AVFormatCon
* @param s RTSP demuxer context
* @param reply pointer where the RTSP message header will be stored
* @param content_ptr pointer where the RTSP message body, if any, will
- * be stored (length is in \p reply)
+ * be stored (length is in reply)
* @param return_on_interleaved_data whether the function may return if we
* encounter a data marker ('$'), which precedes data
* packets over interleaved TCP/RTSP connections. If this
Modified: trunk/libavutil/mem.h
==============================================================================
--- trunk/libavutil/mem.h Thu Dec 31 17:38:21 2009 (r20988)
+++ trunk/libavutil/mem.h Fri Jan 1 13:28:18 2010 (r20989)
@@ -67,7 +67,7 @@ void *av_malloc(unsigned int size) av_ma
/**
* Allocates or reallocates a block of memory.
- * If ptr is NULL and size > 0, allocates a new block. If \p
+ * If ptr is NULL and size > 0, allocates a new block. If
* size is zero, frees the memory block pointed to by ptr.
* @param size Size in bytes for the memory block to be allocated or
* reallocated.
More information about the ffmpeg-cvslog
mailing list