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
52fa2054
Commit
52fa2054
authored
Jul 28, 2010
by
Alex Converse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reindent after last commit.
Originally committed as revision 24562 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
d9504970
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vp56.h
libavcodec/vp56.h
+1
-1
vp6.c
libavcodec/vp6.c
+1
-1
No files found.
libavcodec/vp56.h
View file @
52fa2054
...
...
@@ -174,7 +174,7 @@ void ff_vp56_init(AVCodecContext *avctx, int flip, int has_alpha);
int
ff_vp56_free
(
AVCodecContext
*
avctx
);
void
ff_vp56_init_dequant
(
VP56Context
*
s
,
int
quantizer
);
int
ff_vp56_decode_frame
(
AVCodecContext
*
avctx
,
void
*
data
,
int
*
data_size
,
AVPacket
*
avpkt
);
AVPacket
*
avpkt
);
/**
...
...
libavcodec/vp6.c
View file @
52fa2054
...
...
@@ -577,7 +577,7 @@ static av_cold int vp6_decode_init(AVCodecContext *avctx)
VP56Context
*
s
=
avctx
->
priv_data
;
ff_vp56_init
(
avctx
,
avctx
->
codec
->
id
==
CODEC_ID_VP6
,
avctx
->
codec
->
id
==
CODEC_ID_VP6A
);
avctx
->
codec
->
id
==
CODEC_ID_VP6A
);
s
->
vp56_coord_div
=
vp6_coord_div
;
s
->
parse_vector_adjustment
=
vp6_parse_vector_adjustment
;
s
->
filter
=
vp6_filter
;
...
...
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