@@ -399,6 +405,18 @@ static int rtsp_read_close(AVFormatContext *s)
...
@@ -399,6 +405,18 @@ static int rtsp_read_close(AVFormatContext *s)
return0;
return0;
}
}
staticconstAVOptionoptions[]={
{"initial_pause","Don't start playing the stream immediately",offsetof(RTSPState,initial_pause),FF_OPT_TYPE_INT,{.dbl=0},0,1,AV_OPT_FLAG_DECODING_PARAM},