Commit c453d1bb authored by Martin Storsjö's avatar Martin Storsjö

Remove unused local variables

Originally committed as revision 23496 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 614842a9
......@@ -1638,7 +1638,6 @@ redirect:
static int rtsp_read_header(AVFormatContext *s,
AVFormatParameters *ap)
{
RTSPState *rt = s->priv_data;
int ret;
ret = ff_rtsp_connect(s);
......
......@@ -48,7 +48,6 @@ static int rtsp_write_record(AVFormatContext *s)
static int rtsp_write_header(AVFormatContext *s)
{
RTSPState *rt = s->priv_data;
int ret;
ret = ff_rtsp_connect(s);
......
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