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
a2dd4f77
Commit
a2dd4f77
authored
Aug 17, 2012
by
Jordi Ortiz
Committed by
Martin Storsjö
Aug 17, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtp: remove ff_rtp_get_rtcp_file_handle().
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
e7993ece
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
rtpdec.h
libavformat/rtpdec.h
+0
-5
rtpproto.c
libavformat/rtpproto.c
+0
-5
No files found.
libavformat/rtpdec.h
View file @
a2dd4f77
...
@@ -71,11 +71,6 @@ void ff_rtp_send_punch_packets(URLContext* rtp_handle);
...
@@ -71,11 +71,6 @@ void ff_rtp_send_punch_packets(URLContext* rtp_handle);
*/
*/
int
ff_rtp_check_and_send_back_rr
(
RTPDemuxContext
*
s
,
int
count
);
int
ff_rtp_check_and_send_back_rr
(
RTPDemuxContext
*
s
,
int
count
);
/**
* Get the file handle for the RTCP socket.
*/
int
ff_rtp_get_rtcp_file_handle
(
URLContext
*
h
);
// these statistics are used for rtcp receiver reports...
// these statistics are used for rtcp receiver reports...
typedef
struct
{
typedef
struct
{
uint16_t
max_seq
;
///< highest sequence number seen
uint16_t
max_seq
;
///< highest sequence number seen
...
...
libavformat/rtpproto.c
View file @
a2dd4f77
...
@@ -315,11 +315,6 @@ static int rtp_get_file_handle(URLContext *h)
...
@@ -315,11 +315,6 @@ static int rtp_get_file_handle(URLContext *h)
return
s
->
rtp_fd
;
return
s
->
rtp_fd
;
}
}
int
ff_rtp_get_rtcp_file_handle
(
URLContext
*
h
)
{
RTPContext
*
s
=
h
->
priv_data
;
return
s
->
rtcp_fd
;
}
static
int
rtp_get_multi_file_handle
(
URLContext
*
h
,
int
**
handles
,
static
int
rtp_get_multi_file_handle
(
URLContext
*
h
,
int
**
handles
,
int
*
numhandles
)
int
*
numhandles
)
{
{
...
...
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