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
8a58894f
Commit
8a58894f
authored
12 years ago
by
Justin Ruggles
Browse files
Options
Downloads
Patches
Plain Diff
FATE: add a 24-bit FLAC encoding test
parent
31c3b9c9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/fate/flac.mak
+6
-0
6 additions, 0 deletions
tests/fate/flac.mak
with
6 additions
and
0 deletions
tests/fate/flac.mak
+
6
−
0
View file @
8a58894f
...
@@ -5,6 +5,7 @@ FATE_FLAC += fate-flac-16-chmode-indep \
...
@@ -5,6 +5,7 @@ FATE_FLAC += fate-flac-16-chmode-indep \
fate-flac-16-fixed
\
fate-flac-16-fixed
\
fate-flac-16-lpc-cholesky
\
fate-flac-16-lpc-cholesky
\
fate-flac-16-lpc-levinson
\
fate-flac-16-lpc-levinson
\
fate-flac-24-comp-8
\
fate-flac-16-chmode-%
:
OPTS = -ch_mode $(@:fate-flac-16-chmode-%=%)
fate-flac-16-chmode-%
:
OPTS = -ch_mode $(@:fate-flac-16-chmode-%=%)
fate-flac-16-fixed
:
OPTS = -lpc_type fixed
fate-flac-16-fixed
:
OPTS = -lpc_type fixed
...
@@ -13,6 +14,11 @@ fate-flac-16-lpc-%: OPTS = -lpc_type $(@:fate-flac-16-lpc-%=%)
...
@@ -13,6 +14,11 @@ fate-flac-16-lpc-%: OPTS = -lpc_type $(@:fate-flac-16-lpc-%=%)
fate-flac-16-%
:
REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav
fate-flac-16-%
:
REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav
fate-flac-16-%
:
CMD = enc_dec_pcm flac wav s16le $(REF) -c flac $(OPTS)
fate-flac-16-%
:
CMD = enc_dec_pcm flac wav s16le $(REF) -c flac $(OPTS)
fate-flac-24-comp-%
:
OPTS = -compression_level $(@:fate-flac-24-comp-%=%)
fate-flac-24-%
:
REF = $(SAMPLES)/audio-reference/divertimenti_2ch_96kHz_s24.wav
fate-flac-24-%
:
CMD = enc_dec_pcm flac wav s24le $(REF) -c flac $(OPTS)
fate-flac-%
:
CMP = oneoff
fate-flac-%
:
CMP = oneoff
fate-flac-%
:
FUZZ = 0
fate-flac-%
:
FUZZ = 0
...
...
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