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
119cc033
Commit
119cc033
authored
Jan 24, 2011
by
Diego Elio Pettenò
Committed by
Mans Rullgard
Jan 25, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make RTPFirstDynamicPayloadHandler static to rtpdec.c
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
69ad22c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
rtpdec.c
libavformat/rtpdec.c
+1
-1
rtpdec.h
libavformat/rtpdec.h
+0
-1
No files found.
libavformat/rtpdec.c
View file @
119cc033
...
@@ -51,7 +51,7 @@ static RTPDynamicProtocolHandler ff_realmedia_mp3_dynamic_handler = {
...
@@ -51,7 +51,7 @@ static RTPDynamicProtocolHandler ff_realmedia_mp3_dynamic_handler = {
};
};
/* statistics functions */
/* statistics functions */
RTPDynamicProtocolHandler
*
RTPFirstDynamicPayloadHandler
=
NULL
;
static
RTPDynamicProtocolHandler
*
RTPFirstDynamicPayloadHandler
=
NULL
;
void
ff_register_dynamic_payload_handler
(
RTPDynamicProtocolHandler
*
handler
)
void
ff_register_dynamic_payload_handler
(
RTPDynamicProtocolHandler
*
handler
)
{
{
...
...
libavformat/rtpdec.h
View file @
119cc033
...
@@ -189,7 +189,6 @@ struct RTPDemuxContext {
...
@@ -189,7 +189,6 @@ struct RTPDemuxContext {
int
max_frames_per_packet
;
int
max_frames_per_packet
;
};
};
extern
RTPDynamicProtocolHandler
*
RTPFirstDynamicPayloadHandler
;
void
ff_register_dynamic_payload_handler
(
RTPDynamicProtocolHandler
*
handler
);
void
ff_register_dynamic_payload_handler
(
RTPDynamicProtocolHandler
*
handler
);
RTPDynamicProtocolHandler
*
ff_rtp_handler_find_by_name
(
const
char
*
name
,
RTPDynamicProtocolHandler
*
ff_rtp_handler_find_by_name
(
const
char
*
name
,
enum
AVMediaType
codec_type
);
enum
AVMediaType
codec_type
);
...
...
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