Commit 2a1dbcaa authored by John Koleszar's avatar John Koleszar Committed by Gerrit Code Review
Browse files

Merge "vpxdec: correct VP[89] fourccs"

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 (0x00385056) #define VP8_FOURCC (0x30385056)
#define VP9_FOURCC (0x00395056) #define VP9_FOURCC (0x30395056)
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