diff options
author | Martin Storsjö | 2012-10-20 23:04:14 +0300 |
---|---|---|
committer | Martin Storsjö | 2012-10-22 01:46:10 +0300 |
commit | e0d5ac6ae3a83e6718a6731e391e168da187bce0 (patch) | |
tree | 978fd9c2a7aaabba4f9394a3d557a474fad6bdaa | |
parent | c854102da773fa898cc6dbc8ca474b1088ce5f12 (diff) |
rtsp: Update a comment to the current filename scheme
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | libavformat/rtsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 2812fcb393..043b67aa6f 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; |