]> granicus.if.org Git - libvpx/commit
Give VP9 a different sync code from VP8
authorJingning Han <jingning@google.com>
Sat, 18 May 2013 23:56:12 +0000 (16:56 -0700)
committerPaul Wilkins <paulwilkins@google.com>
Mon, 20 May 2013 10:41:31 +0000 (11:41 +0100)
commit2c93a8ed5c840a69e58a52f60e7b6194b5919cf5
treecbb707c6491d2f1931ee8c44f791db1c8102b431
parent5f3612c35e1cadb024317f6223ceabeebac1235a
Give VP9 a different sync code from VP8

The new code is 0x49, 0x83, 0x42

There is nothing particularly special about this code bitstream wise.
Its derivation is the word "sync" coded using 4x6bit alphabetic indices.

Change-Id: Ie2430a854af32ddc5a5c25a6c1c90cf6497ba647
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_bitstream.c
vp9/vp9_dx_iface.c