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
87acdd53
Commit
87acdd53
authored
May 10, 2007
by
Aurelien Jacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: reindent
Originally committed as revision 8986 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
26b4fe82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
mpegvideo.c
libavcodec/mpegvideo.c
+4
-2
No files found.
libavcodec/mpegvideo.c
View file @
87acdd53
...
...
@@ -4583,10 +4583,12 @@ static av_always_inline void encode_mb_internal(MpegEncContext *s, int motion_x,
case
CODEC_ID_MSMPEG4V3
:
case
CODEC_ID_WMV1
:
if
(
ENABLE_MSMPEG4_ENCODER
)
msmpeg4_encode_mb
(
s
,
s
->
block
,
motion_x
,
motion_y
);
break
;
msmpeg4_encode_mb
(
s
,
s
->
block
,
motion_x
,
motion_y
);
break
;
case
CODEC_ID_WMV2
:
if
(
ENABLE_WMV2_ENCODER
)
ff_wmv2_encode_mb
(
s
,
s
->
block
,
motion_x
,
motion_y
);
break
;
ff_wmv2_encode_mb
(
s
,
s
->
block
,
motion_x
,
motion_y
);
break
;
#ifdef CONFIG_H261_ENCODER
case
CODEC_ID_H261
:
ff_h261_encode_mb
(
s
,
s
->
block
,
motion_x
,
motion_y
);
break
;
...
...
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