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
acff54d8
Commit
acff54d8
authored
Dec 21, 2006
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
10l
Originally committed as revision 7351 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
5d078bdb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
mpegvideo.c
libavcodec/mpegvideo.c
+5
-0
No files found.
libavcodec/mpegvideo.c
View file @
acff54d8
...
@@ -5371,6 +5371,11 @@ static int encode_thread(AVCodecContext *c, void *arg){
...
@@ -5371,6 +5371,11 @@ static int encode_thread(AVCodecContext *c, void *arg){
motion_y
=
s
->
b_direct_mv_table
[
xy
][
1
];
motion_y
=
s
->
b_direct_mv_table
[
xy
][
1
];
ff_mpeg4_set_direct_mv
(
s
,
motion_x
,
motion_y
);
ff_mpeg4_set_direct_mv
(
s
,
motion_x
,
motion_y
);
break
;
break
;
case
CANDIDATE_MB_TYPE_DIRECT0
:
s
->
mv_dir
=
MV_DIR_FORWARD
|
MV_DIR_BACKWARD
|
MV_DIRECT
;
s
->
mb_intra
=
0
;
ff_mpeg4_set_direct_mv
(
s
,
0
,
0
);
break
;
case
CANDIDATE_MB_TYPE_BIDIR
:
case
CANDIDATE_MB_TYPE_BIDIR
:
s
->
mv_dir
=
MV_DIR_FORWARD
|
MV_DIR_BACKWARD
;
s
->
mv_dir
=
MV_DIR_FORWARD
|
MV_DIR_BACKWARD
;
s
->
mb_intra
=
0
;
s
->
mb_intra
=
0
;
...
...
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