rtsp: Update a comment to the current filename scheme
authorMartin Storsjö <martin@martin.st>
Sat, 20 Oct 2012 20:04:14 +0000 (23:04 +0300)
committerMartin Storsjö <martin@martin.st>
Sun, 21 Oct 2012 22:46:10 +0000 (01:46 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtsp.h

index 2812fcb..043b67a 100644 (file)
@@ -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;