Commit 5ca06379 authored by Derek Buitenhuis's avatar Derek Buitenhuis

rtspdec: Fix return error

Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parent c64da19b
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment