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
dbb4f051
Commit
dbb4f051
authored
Apr 19, 2010
by
Jason Garrett-Glaser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vertical align in libx264.c
Originally committed as revision 22915 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
60877ad9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
libx264.c
libavcodec/libx264.c
+6
-6
No files found.
libavcodec/libx264.c
View file @
dbb4f051
...
...
@@ -242,13 +242,13 @@ static av_cold int X264_init(AVCodecContext *avctx)
x4
->
params
.
analyse
.
i_me_method
=
X264_ME_TESA
;
else
x4
->
params
.
analyse
.
i_me_method
=
X264_ME_HEX
;
x4
->
params
.
rc
.
i_aq_mode
=
avctx
->
aq_mode
;
x4
->
params
.
rc
.
f_aq_strength
=
avctx
->
aq_strength
;
x4
->
params
.
rc
.
i_lookahead
=
avctx
->
rc_lookahead
;
x4
->
params
.
rc
.
i_aq_mode
=
avctx
->
aq_mode
;
x4
->
params
.
rc
.
f_aq_strength
=
avctx
->
aq_strength
;
x4
->
params
.
rc
.
i_lookahead
=
avctx
->
rc_lookahead
;
x4
->
params
.
analyse
.
b_psy
=
avctx
->
flags2
&
CODEC_FLAG2_PSY
;
x4
->
params
.
analyse
.
f_psy_rd
=
avctx
->
psy_rd
;
x4
->
params
.
analyse
.
f_psy_trellis
=
avctx
->
psy_trellis
;
x4
->
params
.
analyse
.
b_psy
=
avctx
->
flags2
&
CODEC_FLAG2_PSY
;
x4
->
params
.
analyse
.
f_psy_rd
=
avctx
->
psy_rd
;
x4
->
params
.
analyse
.
f_psy_trellis
=
avctx
->
psy_trellis
;
x4
->
params
.
analyse
.
i_me_range
=
avctx
->
me_range
;
x4
->
params
.
analyse
.
i_subpel_refine
=
avctx
->
me_subpel_quality
;
...
...
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