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
e1a6d63c
Commit
e1a6d63c
authored
Oct 18, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: Rename WMV8_DRM decoder tests to WMV3_DRM
The codec used in those files is WMV3/WMV9, not WMV2/WMV8.
parent
79331df3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
microsoft.mak
tests/fate/microsoft.mak
+6
-6
wmv3-drm-dec
tests/ref/fate/wmv3-drm-dec
+0
-0
wmv3-drm-nodec
tests/ref/fate/wmv3-drm-nodec
+0
-0
No files found.
tests/fate/microsoft.mak
View file @
e1a6d63c
...
@@ -34,15 +34,15 @@ fate-msvideo1: $(FATE_MSVIDEO1)
...
@@ -34,15 +34,15 @@ fate-msvideo1: $(FATE_MSVIDEO1)
FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, MTS2) += fate-mts2
FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, MTS2) += fate-mts2
fate-mts2: CMD = framecrc -i $(TARGET_SAMPLES)/mts2/ScreenCapture.xesc
fate-mts2: CMD = framecrc -i $(TARGET_SAMPLES)/mts2/ScreenCapture.xesc
FATE_WMV
8_DRM += fate-wmv8-drm
FATE_WMV
3_DRM += fate-wmv3-drm-dec
# discard last packet to avoid fails due to overread of VC-1 decoder
# discard last packet to avoid fails due to overread of VC-1 decoder
fate-wmv
8-drm: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(TARGET_SAMPLES)/wmv8
/wmv_drm.wmv -an -frames:v 129
fate-wmv
3-drm-dec: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(TARGET_SAMPLES)/wmv3
/wmv_drm.wmv -an -frames:v 129
FATE_WMV
8_DRM += fate-wmv8
-drm-nodec
FATE_WMV
3_DRM += fate-wmv3
-drm-nodec
fate-wmv
8-drm-nodec: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(TARGET_SAMPLES)/wmv8
/wmv_drm.wmv -c copy
fate-wmv
3-drm-nodec: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(TARGET_SAMPLES)/wmv3
/wmv_drm.wmv -c copy
FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, WMV3) += $(FATE_WMV
8
_DRM)
FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, WMV3) += $(FATE_WMV
3
_DRM)
fate-wmv
8_drm: $(FATE_WMV8
_DRM)
fate-wmv
3-drm: $(FATE_WMV3
_DRM)
FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, WMV2) += fate-wmv8-intrax8
FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, WMV2) += fate-wmv8-intrax8
fate-wmv8-intrax8: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/wmv8/wmv8_x8intra.wmv -an
fate-wmv8-intrax8: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/wmv8/wmv8_x8intra.wmv -an
...
...
tests/ref/fate/wmv
8-drm
→
tests/ref/fate/wmv
3-drm-dec
View file @
e1a6d63c
File moved
tests/ref/fate/wmv
8
-drm-nodec
→
tests/ref/fate/wmv
3
-drm-nodec
View file @
e1a6d63c
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