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
861450d5
Commit
861450d5
authored
Mar 13, 2007
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetic
Originally committed as revision 8392 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
3e207bb1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
mpegvideo.c
libavcodec/mpegvideo.c
+3
-6
No files found.
libavcodec/mpegvideo.c
View file @
861450d5
...
...
@@ -625,14 +625,11 @@ void MPV_decode_defaults(MpegEncContext *s){
#ifdef CONFIG_ENCODERS
static
void
MPV_encode_defaults
(
MpegEncContext
*
s
){
int
i
;
MPV_common_defaults
(
s
);
{
int
i
;
for
(
i
=-
16
;
i
<
16
;
i
++
){
default_fcode_tab
[
i
+
MAX_MV
]
=
1
;
}
for
(
i
=-
16
;
i
<
16
;
i
++
){
default_fcode_tab
[
i
+
MAX_MV
]
=
1
;
}
s
->
me
.
mv_penalty
=
default_mv_penalty
;
s
->
fcode_tab
=
default_fcode_tab
;
...
...
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