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
6bcdfe48
Commit
6bcdfe48
authored
Oct 12, 2012
by
Michael Niedermayer
Committed by
Martin Storsjö
Oct 19, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpeg4videodec: Disable frame multithreading for GMC, its not implemented at all
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
61cc9974
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mpegvideo.c
libavcodec/mpegvideo.c
+2
-1
No files found.
libavcodec/mpegvideo.c
View file @
6bcdfe48
...
...
@@ -1985,7 +1985,8 @@ int ff_MPV_lowest_referenced_row(MpegEncContext *s, int dir)
int
my_max
=
INT_MIN
,
my_min
=
INT_MAX
,
qpel_shift
=
!
s
->
quarter_sample
;
int
my
,
off
,
i
,
mvs
;
if
(
s
->
picture_structure
!=
PICT_FRAME
)
goto
unhandled
;
if
(
s
->
picture_structure
!=
PICT_FRAME
||
s
->
mcsel
)
goto
unhandled
;
switch
(
s
->
mv_type
)
{
case
MV_TYPE_16X16
:
...
...
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