Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
6d4c97bb
Commit
6d4c97bb
authored
Jul 23, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: enable fate-vc1_sa10143
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
ebe846fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
vc1.c
libavcodec/vc1.c
+1
-2
microsoft.mak
tests/fate/microsoft.mak
+1
-1
No files found.
libavcodec/vc1.c
View file @
6d4c97bb
...
@@ -1169,8 +1169,7 @@ int ff_vc1_parse_frame_header_adv(VC1Context *v, GetBitContext* gb)
...
@@ -1169,8 +1169,7 @@ int ff_vc1_parse_frame_header_adv(VC1Context *v, GetBitContext* gb)
if
(
v
->
field_mode
)
{
if
(
v
->
field_mode
)
{
int
mvmode
;
int
mvmode
;
av_log
(
v
->
s
.
avctx
,
AV_LOG_ERROR
,
"B Fields do not work currently
\n
"
);
av_log
(
v
->
s
.
avctx
,
AV_LOG_DEBUG
,
"B Fields
\n
"
);
return
-
1
;
if
(
v
->
extended_dmv
)
if
(
v
->
extended_dmv
)
v
->
dmvrange
=
get_unary
(
gb
,
0
,
3
);
v
->
dmvrange
=
get_unary
(
gb
,
0
,
3
);
mvmode
=
get_unary
(
gb
,
1
,
3
);
mvmode
=
get_unary
(
gb
,
1
,
3
);
...
...
tests/fate/microsoft.mak
View file @
6d4c97bb
...
@@ -36,7 +36,7 @@ fate-vc1_sa10091: CMD = framecrc -i $(SAMPLES)/vc1/SA10091.vc1
...
@@ -36,7 +36,7 @@ fate-vc1_sa10091: CMD = framecrc -i $(SAMPLES)/vc1/SA10091.vc1
FATE_VC1 += fate-vc1_sa20021
FATE_VC1 += fate-vc1_sa20021
fate-vc1_sa20021: CMD = framecrc -i $(SAMPLES)/vc1/SA20021.vc1
fate-vc1_sa20021: CMD = framecrc -i $(SAMPLES)/vc1/SA20021.vc1
#
FATE_VC1 += fate-vc1_sa10143
FATE_VC1 += fate-vc1_sa10143
fate-vc1_sa10143: CMD = framecrc -i $(SAMPLES)/vc1/SA10143.vc1
fate-vc1_sa10143: CMD = framecrc -i $(SAMPLES)/vc1/SA10143.vc1
FATE_VC1 += fate-vc1-ism
FATE_VC1 += fate-vc1-ism
...
...
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