ericmckean / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

vp9 - speed setting switch from frame to frame doesn't work #754

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you start with a speed setting that allows 4x4 partitions and then mid 
stream switch to one that calls copy_partition ( like speed 5) we get a 
situation where no sub 8x8 modes are allowed and so we get an assertion. 

This should be fixed and a specific test should be written to test that this 
works.  

Original issue reported on code.google.com by jimbankoski@google.com on 4 Apr 2014 at 10:04