]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtsp.h
avformat/dashenc: replacing 'min_seg_duration' with 'seg_duration'
[ffmpeg] / libavformat / rtsp.h
index 36fdae492b4de2434a5c0e380d8dd68476c9d246..9a7f366b39290a551a7e8380279a96b45e23e64f 100644 (file)
@@ -458,7 +458,7 @@ typedef struct RTSPStream {
     /** The following are used for dynamic protocols (rtpdec_*.c/rdt.c) */
     //@{
     /** handler structure */
-    RTPDynamicProtocolHandler *dynamic_handler;
+    const RTPDynamicProtocolHandler *dynamic_handler;
 
     /** private data associated with the dynamic protocol */
     PayloadContext *dynamic_protocol_context;