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
6d8bfb52
Commit
6d8bfb52
authored
May 12, 2007
by
Aurelien Jacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: indentation
Originally committed as revision 9012 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
f6993c9f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
mpegvideo.c
libavcodec/mpegvideo.c
+3
-2
No files found.
libavcodec/mpegvideo.c
View file @
6d8bfb52
...
@@ -4600,7 +4600,8 @@ static av_always_inline void encode_mb_internal(MpegEncContext *s, int motion_x,
...
@@ -4600,7 +4600,8 @@ static av_always_inline void encode_mb_internal(MpegEncContext *s, int motion_x,
h263_encode_mb
(
s
,
s
->
block
,
motion_x
,
motion_y
);
break
;
h263_encode_mb
(
s
,
s
->
block
,
motion_x
,
motion_y
);
break
;
case
CODEC_ID_MJPEG
:
case
CODEC_ID_MJPEG
:
if
(
ENABLE_MJPEG_ENCODER
)
if
(
ENABLE_MJPEG_ENCODER
)
mjpeg_encode_mb
(
s
,
s
->
block
);
break
;
mjpeg_encode_mb
(
s
,
s
->
block
);
break
;
default
:
default
:
assert
(
0
);
assert
(
0
);
}
}
...
@@ -5770,7 +5771,7 @@ static int encode_picture(MpegEncContext *s, int picture_number)
...
@@ -5770,7 +5771,7 @@ static int encode_picture(MpegEncContext *s, int picture_number)
switch
(
s
->
out_format
)
{
switch
(
s
->
out_format
)
{
case
FMT_MJPEG
:
case
FMT_MJPEG
:
if
(
ENABLE_MJPEG_ENCODER
)
if
(
ENABLE_MJPEG_ENCODER
)
mjpeg_picture_header
(
s
);
mjpeg_picture_header
(
s
);
break
;
break
;
#ifdef CONFIG_H261_ENCODER
#ifdef CONFIG_H261_ENCODER
case
FMT_H261
:
case
FMT_H261
:
...
...
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