rtsp: Update a comment to the current filename scheme

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2012-10-20 23:04:14 +03:00
parent c854102da7
commit e0d5ac6ae3
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ typedef struct RTSPStream {
int sdp_payload_type; /**< payload type */ 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 */ /** handler structure */
RTPDynamicProtocolHandler *dynamic_handler; RTPDynamicProtocolHandler *dynamic_handler;