[FFmpeg-cvslog] rtsp: Update a comment to the current filename scheme

Martin Storsjö git at videolan.org
Mon Oct 22 14:49:53 CEST 2012


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Sat Oct 20 23:04:14 2012 +0300| [e0d5ac6ae3a83e6718a6731e391e168da187bce0] | committer: Martin Storsjö

rtsp: Update a comment to the current filename scheme

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e0d5ac6ae3a83e6718a6731e391e168da187bce0
---

 libavformat/rtsp.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index 2812fcb..043b67a 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -424,7 +424,7 @@ typedef struct RTSPStream {
     int sdp_payload_type;     /**< payload type */
     //@}
 
-    /** The following are used for dynamic protocols (rtp_*.c/rdt.c) */
+    /** The following are used for dynamic protocols (rtpdec_*.c/rdt.c) */
     //@{
     /** handler structure */
     RTPDynamicProtocolHandler *dynamic_handler;



More information about the ffmpeg-cvslog mailing list