Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
c2bfd816
Commit
c2bfd816
authored
Mar 29, 2010
by
Reimar Döffinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some spelling fixes.
Originally committed as revision 22720 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
8ff5d1f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
rtsp.c
libavformat/rtsp.c
+4
-4
No files found.
libavformat/rtsp.c
View file @
c2bfd816
...
...
@@ -46,7 +46,7 @@
int
rtsp_default_protocols
=
(
1
<<
RTSP_LOWER_TRANSPORT_UDP
);
#endif
/* Timout values for socket select, in ms,
/* Tim
e
out values for socket select, in ms,
* and read_packet(), in seconds */
#define SELECT_TIMEOUT_MS 100
#define READ_PACKET_TIMEOUT_S 10
...
...
@@ -232,7 +232,7 @@ typedef struct {
uint32_t
offset
;
}
AttrNameMap
;
/* All known fmtp par
meters and the corresp
ing RTPAttrTypeEnum */
/* All known fmtp par
ameters and the correspond
ing RTPAttrTypeEnum */
#define ATTR_NAME_TYPE_INT 0
#define ATTR_NAME_TYPE_STR 1
static
const
AttrNameMap
attr_names
[]
=
...
...
@@ -252,7 +252,7 @@ static const AttrNameMap attr_names[]=
{
NULL
,
-
1
,
-
1
},
};
/* parse the attribute line from the fmtp a line of an sdp resonse. This
/* parse the attribute line from the fmtp a line of an sdp res
p
onse. This
* is broken out as a function because it is used in rtp_h264.c, which is
* forthcoming. */
int
ff_rtsp_next_attr_and_value
(
const
char
**
p
,
char
*
attr
,
int
attr_size
,
...
...
@@ -692,7 +692,7 @@ static int rtsp_open_transport_ctx(AVFormatContext *s, RTSPStream *rtsp_st)
if
(
s
->
oformat
)
{
rtsp_st
->
transport_priv
=
rtsp_rtp_mux_open
(
s
,
st
,
rtsp_st
->
rtp_handle
);
/* Own
age
of rtp_handle is passed to the rtp mux context */
/* Own
ership
of rtp_handle is passed to the rtp mux context */
rtsp_st
->
rtp_handle
=
NULL
;
}
else
if
(
rt
->
transport
==
RTSP_TRANSPORT_RDT
)
rtsp_st
->
transport_priv
=
ff_rdt_parse_open
(
s
,
st
->
index
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment