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
76025d91
Commit
76025d91
authored
Dec 11, 2008
by
Aurelien Jacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: vertical alignment
Originally committed as revision 16069 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
3d52bca6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
vp56.c
libavcodec/vp56.c
+1
-1
vp56.h
libavcodec/vp56.h
+6
-6
No files found.
libavcodec/vp56.c
View file @
76025d91
...
...
@@ -145,7 +145,7 @@ static void vp56_parse_mb_type_models(VP56Context *s)
}
static
VP56mb
vp56_parse_mb_type
(
VP56Context
*
s
,
VP56mb
prev_type
,
int
ctx
)
VP56mb
prev_type
,
int
ctx
)
{
uint8_t
*
mb_type_model
=
s
->
modelp
->
mb_type
[
ctx
][
prev_type
];
VP56RangeCoder
*
c
=
&
s
->
c
;
...
...
libavcodec/vp56.h
View file @
76025d91
...
...
@@ -34,17 +34,17 @@ typedef struct vp56_context VP56Context;
typedef
struct
vp56_mv
VP56mv
;
typedef
void
(
*
VP56ParseVectorAdjustment
)(
VP56Context
*
s
,
VP56mv
*
vect
);
typedef
int
(
*
VP56Adjust
)(
int
v
,
int
t
);
VP56mv
*
vect
);
typedef
int
(
*
VP56Adjust
)(
int
v
,
int
t
);
typedef
void
(
*
VP56Filter
)(
VP56Context
*
s
,
uint8_t
*
dst
,
uint8_t
*
src
,
int
offset1
,
int
offset2
,
int
stride
,
VP56mv
mv
,
int
mask
,
int
select
,
int
luma
);
int
offset1
,
int
offset2
,
int
stride
,
VP56mv
mv
,
int
mask
,
int
select
,
int
luma
);
typedef
void
(
*
VP56ParseCoeff
)(
VP56Context
*
s
);
typedef
void
(
*
VP56DefaultModelsInit
)(
VP56Context
*
s
);
typedef
void
(
*
VP56ParseVectorModels
)(
VP56Context
*
s
);
typedef
void
(
*
VP56ParseCoeffModels
)(
VP56Context
*
s
);
typedef
int
(
*
VP56ParseHeader
)(
VP56Context
*
s
,
const
uint8_t
*
buf
,
int
buf_size
,
int
*
golden_frame
);
typedef
int
(
*
VP56ParseHeader
)(
VP56Context
*
s
,
const
uint8_t
*
buf
,
int
buf_size
,
int
*
golden_frame
);
typedef
struct
{
int
high
;
...
...
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