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
046f3cb7
Commit
046f3cb7
authored
Apr 17, 2011
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vorbis: Rename decoder/encoder files to follow general file naming scheme.
parent
f50d9377
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
libavcodec/Makefile
+2
-2
twinvq.c
libavcodec/twinvq.c
+1
-1
vorbisdec.c
libavcodec/vorbisdec.c
+0
-0
vorbisenc.c
libavcodec/vorbisenc.c
+0
-0
No files found.
libavcodec/Makefile
View file @
046f3cb7
...
...
@@ -386,9 +386,9 @@ OBJS-$(CONFIG_VCR1_ENCODER) += vcr1.o
OBJS-$(CONFIG_VMDAUDIO_DECODER)
+=
vmdav.o
OBJS-$(CONFIG_VMDVIDEO_DECODER)
+=
vmdav.o
OBJS-$(CONFIG_VMNC_DECODER)
+=
vmnc.o
OBJS-$(CONFIG_VORBIS_DECODER)
+=
vorbis
_
dec.o
vorbis.o
\
OBJS-$(CONFIG_VORBIS_DECODER)
+=
vorbisdec.o
vorbis.o
\
vorbis_data.o
xiph.o
OBJS-$(CONFIG_VORBIS_ENCODER)
+=
vorbis
_
enc.o
vorbis.o
\
OBJS-$(CONFIG_VORBIS_ENCODER)
+=
vorbisenc.o
vorbis.o
\
vorbis_data.o
OBJS-$(CONFIG_VP3_DECODER)
+=
vp3.o
vp3dsp.o
OBJS-$(CONFIG_VP5_DECODER)
+=
vp5.o
vp56.o
vp56data.o
vp56dsp.o
\
...
...
libavcodec/twinvq.c
View file @
046f3cb7
...
...
@@ -234,7 +234,7 @@ static void memset_float(float *buf, float val, int size)
* be a multiple of four.
* @return the LPC value
*
* @todo reuse code from
vorbis_dec.c
: vorbis_floor0_decode
* @todo reuse code from
Vorbis decoder
: vorbis_floor0_decode
*/
static
float
eval_lpc_spectrum
(
const
float
*
lsp
,
float
cos_val
,
int
order
)
{
...
...
libavcodec/vorbis
_
dec.c
→
libavcodec/vorbisdec.c
View file @
046f3cb7
File moved
libavcodec/vorbis
_
enc.c
→
libavcodec/vorbisenc.c
View file @
046f3cb7
File moved
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