Module: libav Branch: master Commit: e0d5ac6ae3a83e6718a6731e391e168da187bce0
Author: Martin Storsjö <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Sat Oct 20 23:04:14 2012 +0300 rtsp: Update a comment to the current filename scheme Signed-off-by: Martin Storsjö <[email protected]> --- libavformat/rtsp.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
