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
4dda5e9b
Commit
4dda5e9b
authored
Nov 11, 2014
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sunrastenc: mention missing break
Bug-Id: CID 732231
parent
28d82b76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sunrastenc.c
libavcodec/sunrastenc.c
+1
-0
No files found.
libavcodec/sunrastenc.c
View file @
4dda5e9b
...
@@ -169,6 +169,7 @@ static av_cold int sunrast_encode_init(AVCodecContext *avctx)
...
@@ -169,6 +169,7 @@ static av_cold int sunrast_encode_init(AVCodecContext *avctx)
case
AV_PIX_FMT_PAL8
:
case
AV_PIX_FMT_PAL8
:
s
->
maptype
=
RMT_EQUAL_RGB
;
s
->
maptype
=
RMT_EQUAL_RGB
;
s
->
maplength
=
3
*
256
;
s
->
maplength
=
3
*
256
;
/* fall-through */
case
AV_PIX_FMT_GRAY8
:
case
AV_PIX_FMT_GRAY8
:
s
->
depth
=
8
;
s
->
depth
=
8
;
break
;
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