X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtsp.h;h=9a7f366b39290a551a7e8380279a96b45e23e64f;hb=87faeb1e685eedc49d9cb6de14bab1cfc88ab655;hp=36fdae492b4de2434a5c0e380d8dd68476c9d246;hpb=5fd3e6c3a6193007e1d66d02d902956251f8906c;p=ffmpeg diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 36fdae492b4..9a7f366b392 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -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;