]> granicus.if.org Git - libvpx/commitdiff
vpxdec: correct VP[89] fourccs
authorJames Zern <jzern@google.com>
Thu, 18 Apr 2013 20:01:57 +0000 (13:01 -0700)
committerJames Zern <jzern@google.com>
Thu, 18 Apr 2013 20:01:57 +0000 (13:01 -0700)
should have no effect as they are used in nestegg mappings, but aligns
the defines with vpxenc.c

Change-Id: Ic2295cd63701894c2963274239602b54cbb58631

vpxdec.c

index 41c654faea5230f3969a4cf0da2a5af703da8b72..df0b8199ca50fb12c1b6fb0b1769194b7a1c41b9 100644 (file)
--- a/vpxdec.c
+++ b/vpxdec.c
@@ -49,8 +49,8 @@
 
 static const char *exec_name;
 
-#define VP8_FOURCC (0x00385056)
-#define VP9_FOURCC (0x00395056)
+#define VP8_FOURCC (0x30385056)
+#define VP9_FOURCC (0x30395056)
 static const struct {
   char const *name;
   const vpx_codec_iface_t *(*iface)(void);