Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
296421d8
Commit
296421d8
authored
Apr 29, 2013
by
Jim Bankoski
Browse files
Change to fourcc to enable decoding of ffmpeg files.
Change-Id: Ia16f167d904d53bc38cb3a8c841c6c52daad500f
parent
c1d5d490
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vpxdec.c
vpxdec.c
+2
-2
No files found.
vpxdec.c
View file @
296421d8
...
...
@@ -49,8 +49,8 @@
static
const
char
*
exec_name
;
#define VP8_FOURCC (0x
3
0385056)
#define VP9_FOURCC (0x
3
0395056)
#define VP8_FOURCC (0x
0
0385056)
#define VP9_FOURCC (0x
0
0395056)
static
const
struct
{
char
const
*
name
;
const
vpx_codec_iface_t
*
(
*
iface
)(
void
);
...
...
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