X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtsp.h;h=9a7f366b39290a551a7e8380279a96b45e23e64f;hb=4f484edaa7ca839fa230f9e3aace14acfcceba56;hp=36fdae492b4de2434a5c0e380d8dd68476c9d246;hpb=b4718b76937a6677ce89866e06d929d778c57b64;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;