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
e7e6ff45
Commit
e7e6ff45
authored
Nov 22, 2010
by
Konstantin Pavlov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Codec/vorbis: follow tremor API change.
parent
b604f90e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
modules/codec/vorbis.c
modules/codec/vorbis.c
+0
-4
No files found.
modules/codec/vorbis.c
View file @
e7e6ff45
...
...
@@ -486,11 +486,7 @@ static aout_buffer_t *DecodePacket( decoder_t *p_dec, ogg_packet *p_oggpacket )
#endif
if
(
p_oggpacket
->
bytes
&&
#ifdef MODULE_NAME_IS_tremor
vorbis_synthesis
(
&
p_sys
->
vb
,
p_oggpacket
,
1
)
==
0
)
#else
vorbis_synthesis
(
&
p_sys
->
vb
,
p_oggpacket
)
==
0
)
#endif
vorbis_synthesis_blockin
(
&
p_sys
->
vd
,
&
p_sys
->
vb
);
/* **pp_pcm is a multichannel float vector. In stereo, for
...
...
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