This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Reindent
Originally committed as revision 22546 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Martin Storsjö
16 years ago
parent
c07c6f8183
commit
c040badb70
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/rtsp.c
+ 1
- 1
libavformat/rtsp.c
View File
@@ -917,7 +917,7 @@ int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply,
if (return_on_interleaved_data) {
return 1;
} else
rtsp_skip_packet(s);
rtsp_skip_packet(s);
} else if (ch != '\r') {
if ((q - buf) < sizeof(buf) - 1)
*q++ = ch;
Write
Preview
Loading…
Cancel
Save