Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
c52079ad
Commit
c52079ad
authored
Jun 08, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This was not supposed to be committed, sorry
parent
eff0b66b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
modules/demux/rtp.c
modules/demux/rtp.c
+2
-9
No files found.
modules/demux/rtp.c
View file @
c52079ad
...
@@ -600,7 +600,7 @@ static void *ts_init (demux_t *demux)
...
@@ -600,7 +600,7 @@ static void *ts_init (demux_t *demux)
* Dynamic payload type handlers
* Dynamic payload type handlers
* Hmm, none implemented yet.
* Hmm, none implemented yet.
*/
*/
#if 0
/* PT=dynamic
/* PT=dynamic
* vorbis: Xiph Vorbis audio (draft-ietf-avt-rtp-vorbis-09, RFC FIXME)
* vorbis: Xiph Vorbis audio (draft-ietf-avt-rtp-vorbis-09, RFC FIXME)
*/
*/
...
@@ -724,6 +724,7 @@ static void vorbis_decode (demux_t *demux, void *data, block_t *block)
...
@@ -724,6 +724,7 @@ static void vorbis_decode (demux_t *demux, void *data, block_t *block)
drop:
drop:
block_Release (block);
block_Release (block);
}
}
#endif
/**
/**
* Processing callback
* Processing callback
...
@@ -816,14 +817,6 @@ static int Demux (demux_t *demux)
...
@@ -816,14 +817,6 @@ static int Demux (demux_t *demux)
pt
.
frequency
=
90000
;
pt
.
frequency
=
90000
;
break
;
break
;
case
96
:
msg_Dbg
(
demux
,
"detected Vorbis"
);
pt
.
init
=
vorbis_init
;
pt
.
destroy
=
vorbis_destroy
;
pt
.
decode
=
vorbis_decode
;
pt
.
frequency
=
4281000
;
break
;
default:
default:
goto
drop
;
goto
drop
;
}
}
...
...
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