From: Martin Storsjö Date: Sat, 20 Oct 2012 20:04:14 +0000 (+0300) Subject: rtsp: Update a comment to the current filename scheme X-Git-Tag: android-x86-4.4-r1~8529^2~83 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e0d5ac6ae3a83e6718a6731e391e168da187bce0;p=android-x86%2Fexternal-ffmpeg.git rtsp: Update a comment to the current filename scheme Signed-off-by: Martin Storsjö --- 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;