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

This commit is contained in:
James Zern 2013-05-01 14:58:36 -07:00 committed by Gerrit Code Review
commit 451ce65e29

View File

@ -49,8 +49,8 @@
static const char *exec_name;
#define VP8_FOURCC (0x30385056)
#define VP9_FOURCC (0x30395056)
#define VP8_FOURCC (0x00385056)
#define VP9_FOURCC (0x00395056)
static const struct {
char const *name;
const vpx_codec_iface_t *(*iface)(void);