Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
a2dd4f77
Commit
a2dd4f77
authored
12 years ago
by
Jordi Ortiz
Committed by
Martin Storsjö
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
rtp: remove ff_rtp_get_rtcp_file_handle().
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
e7993ece
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libavformat/rtpdec.h
+0
-5
0 additions, 5 deletions
libavformat/rtpdec.h
libavformat/rtpproto.c
+0
-5
0 additions, 5 deletions
libavformat/rtpproto.c
with
0 additions
and
10 deletions
libavformat/rtpdec.h
+
0
−
5
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
...
...
This diff is collapsed.
Click to expand it.
libavformat/rtpproto.c
+
0
−
5
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
)
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment