You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/rtsp: remove redundant assignment
Reviewed-by: Martin Storsjö <martin@martin.st> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
This commit is contained in:
@@ -1178,8 +1178,8 @@ int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply,
|
|||||||
char buf[MAX_URL_SIZE], buf1[MAX_URL_SIZE], *q;
|
char buf[MAX_URL_SIZE], buf1[MAX_URL_SIZE], *q;
|
||||||
unsigned char ch;
|
unsigned char ch;
|
||||||
const char *p;
|
const char *p;
|
||||||
int ret, content_length, line_count = 0, request = 0;
|
int ret, content_length, line_count, request;
|
||||||
unsigned char *content = NULL;
|
unsigned char *content;
|
||||||
|
|
||||||
start:
|
start:
|
||||||
line_count = 0;
|
line_count = 0;
|
||||||
|
Reference in New Issue
Block a user