shshankjain / webm

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

vp8_set_maps doesn't run properly #218

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to 
http://review.webmproject.org/gitweb?p=libvpx.git;a=blob;f=examples/vp8_set_maps
.txt;h=94554bac04e3a891084c7e3306d73424e838c54a;hb=refs/heads/master

In line 81 and 82, it specifies the active map dimension to be:
  81     active.rows = 240/16;
  82     active.cols = 320/16;

which is incorrect when the dimension given is not 320x240.

Original issue reported on code.google.com by hc...@google.com on 4 Nov 2010 at 12:03

GoogleCodeExporter commented 9 years ago
https://review.webmproject.org/1180

Original comment by jkoles...@google.com on 17 Nov 2010 at 2:25