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
d8488090
Commit
d8488090
authored
Jul 21, 2015
by
Tom Butterworth
Committed by
Michael Niedermayer
Jul 21, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libavcodec/hap: Name enums
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
651448a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
hap.h
libavcodec/hap.h
+12
-12
No files found.
libavcodec/hap.h
View file @
d8488090
...
...
@@ -29,6 +29,18 @@
#include "bytestream.h"
#include "texturedsp.h"
enum
HapTextureFormat
{
HAP_FMT_RGBDXT1
=
0x0B
,
HAP_FMT_RGBADXT5
=
0x0E
,
HAP_FMT_YCOCGDXT5
=
0x0F
,
};
enum
HapCompressor
{
HAP_COMP_NONE
=
0xA0
,
HAP_COMP_SNAPPY
=
0xB0
,
HAP_COMP_COMPLEX
=
0xC0
,
};
typedef
struct
HapContext
{
AVClass
*
class
;
...
...
@@ -50,16 +62,4 @@ typedef struct HapContext {
int
(
*
tex_fun
)(
uint8_t
*
dst
,
ptrdiff_t
stride
,
const
uint8_t
*
block
);
}
HapContext
;
enum
{
HAP_FMT_RGBDXT1
=
0x0B
,
HAP_FMT_RGBADXT5
=
0x0E
,
HAP_FMT_YCOCGDXT5
=
0x0F
,
};
enum
{
HAP_COMP_NONE
=
0xA0
,
HAP_COMP_SNAPPY
=
0xB0
,
HAP_COMP_COMPLEX
=
0xC0
,
};
#endif
/* AVCODEC_HAP_H */
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