mirror of https://git.ffmpeg.org/ffmpeg.git
rtsp: Update a comment to the current filename scheme
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
c854102da7
commit
e0d5ac6ae3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue