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
ea4d46e7
Commit
ea4d46e7
authored
Jul 22, 2015
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dds: Fix enum declaration
Drop the global variables with anonymous enum type.
parent
2a187a07
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dds.c
libavcodec/dds.c
+2
-2
No files found.
libavcodec/dds.c
View file @
ea4d46e7
...
...
@@ -54,7 +54,7 @@ enum DDSPostProc {
DDS_SWIZZLE_XGBR
,
DDS_SWIZZLE_XRBG
,
DDS_SWIZZLE_XGXR
,
}
DDSPostProc
;
};
enum
DDSDXGIFormat
{
DXGI_FORMAT_R16G16B16A16_TYPELESS
=
9
,
...
...
@@ -93,7 +93,7 @@ enum DDSDXGIFormat {
DXGI_FORMAT_B8G8R8A8_UNORM_SRGB
=
91
,
DXGI_FORMAT_B8G8R8X8_TYPELESS
=
92
,
DXGI_FORMAT_B8G8R8X8_UNORM_SRGB
=
93
,
}
DDSDXGIFormat
;
};
typedef
struct
DDSContext
{
TextureDSPContext
texdsp
;
...
...
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