Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Raphael Zumer
aom-rav1e
Commits
451ce65e
Commit
451ce65e
authored
May 01, 2013
by
James Zern
Committed by
Gerrit Code Review
May 01, 2013
Browse files
Merge "Change to fourcc to enable decoding of ffmpeg files." into experimental
parents
b6c2d872
626d3ca8
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpxdec.c
View file @
451ce65e
...
@@ -49,8 +49,8 @@
...
@@ -49,8 +49,8 @@
static
const
char
*
exec_name
;
static
const
char
*
exec_name
;
#define VP8_FOURCC (0x
3
0385056)
#define VP8_FOURCC (0x
0
0385056)
#define VP9_FOURCC (0x
3
0395056)
#define VP9_FOURCC (0x
0
0395056)
static
const
struct
{
static
const
struct
{
char
const
*
name
;
char
const
*
name
;
const
vpx_codec_iface_t
*
(
*
iface
)(
void
);
const
vpx_codec_iface_t
*
(
*
iface
)(
void
);
...
...
Write
Preview
Supports
Markdown
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