diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-01 12:28:18 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-01 12:28:18 +0000 |
commit | 702d0a9e85912961d66c62bc2e019ba3290ce78d (patch) | |
tree | d4543b335adf14b367006d421352802207f3b025 /libavformat | |
parent | f514b4f9376fa6d5ab56276556b0ffc12143c554 (diff) | |
download | ffmpeg-702d0a9e85912961d66c62bc2e019ba3290ce78d.tar.gz |
Remove residual use of the doxygen markup which is deprecated,
consistent with r19122.
Originally committed as revision 20989 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/rtsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index b2910ec3d3..3bdcbba8d8 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -933,7 +933,7 @@ static void rtsp_skip_packet(AVFormatContext *s) * @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 |