You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
rtspdec: Fix return error
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
@@ -498,7 +498,6 @@ int ff_rtsp_parse_streaming_commands(AVFormatContext *s)
|
||||
} else if (methodcode == TEARDOWN) {
|
||||
rt->state = RTSP_STATE_IDLE;
|
||||
ret = rtsp_send_reply(s, RTSP_STATUS_OK, NULL , request.seq);
|
||||
return 0;
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user