Commit 451ce65e authored by James Zern's avatar James Zern Committed by Gerrit Code Review
Browse files

Merge "Change to fourcc to enable decoding of ffmpeg files." into experimental

Showing with 2 additions and 2 deletions
...@@ -49,8 +49,8 @@ ...@@ -49,8 +49,8 @@
static const char *exec_name; static const char *exec_name;
#define VP8_FOURCC (0x30385056) #define VP8_FOURCC (0x00385056)
#define VP9_FOURCC (0x30395056) #define VP9_FOURCC (0x00395056)
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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment