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
14285275
Commit
14285275
authored
Apr 06, 2012
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: Clean up the tiffenc pix_fmts declaration to match the style of others
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
00c3b67b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
tiffenc.c
libavcodec/tiffenc.c
+6
-6
No files found.
libavcodec/tiffenc.c
View file @
14285275
...
@@ -475,10 +475,10 @@ AVCodec ff_tiff_encoder = {
...
@@ -475,10 +475,10 @@ AVCodec ff_tiff_encoder = {
.
pix_fmts
=
(
const
enum
PixelFormat
[])
{
.
pix_fmts
=
(
const
enum
PixelFormat
[])
{
PIX_FMT_RGB24
,
PIX_FMT_PAL8
,
PIX_FMT_GRAY8
,
PIX_FMT_RGB24
,
PIX_FMT_PAL8
,
PIX_FMT_GRAY8
,
PIX_FMT_MONOBLACK
,
PIX_FMT_MONOWHITE
,
PIX_FMT_MONOBLACK
,
PIX_FMT_MONOWHITE
,
PIX_FMT_YUV420P
,
PIX_FMT_YUV422
P
,
PIX_FMT_YUV420P
,
PIX_FMT_YUV422P
,
PIX_FMT_YUV444
P
,
PIX_FMT_YUV444P
,
PIX_FMT_YUV410
P
,
PIX_FMT_YUV410P
,
PIX_FMT_YUV411
P
,
PIX_FMT_YUV411P
,
PIX_FMT_NONE
PIX_FMT_NONE
},
},
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"TIFF image"
),
.
long_name
=
NULL_IF_CONFIG_SMALL
(
"TIFF image"
),
.
priv_class
=
&
tiffenc_class
,
.
priv_class
=
&
tiffenc_class
,
};
};
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