]> granicus.if.org Git - libvpx/commit
Fix vpxenc encoding incorrect webm file header on big endian machines(Issue 331)
authorYunqing Wang <yunqingwang@google.com>
Tue, 12 Jul 2011 18:34:51 +0000 (14:34 -0400)
committerYunqing Wang <yunqingwang@google.com>
Tue, 12 Jul 2011 18:49:57 +0000 (14:49 -0400)
commitc156a68d06ace37b87d91c97774e06c05bee1f08
tree7c3825388fa6ba1259fb8f87bca445ed12cd22a3
parent587ca06da9d652d60309679c14a1c0b310c93c66
Fix vpxenc encoding incorrect webm file header on big endian machines(Issue 331)

As reported in issue 331, vpxenc encoded incorrect webm file header
on big endian machines. This change fixed that.

Change-Id: I31924ebd476a87f3e88b9b5424540bf781d2b86f
libmkv/EbmlWriter.c
libmkv/EbmlWriter.h
libmkv/WebMElement.c
vpxenc.c