Chen-tao / webm

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

VP9 display size could be incorrect. #608

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Consider setup_frame_size and setup_frame_size_with_refs functions. The order 
of calls is 

1. setup_display_size
2. apply_frame_size

But setup_display_size function uses cm->width/cm->height which will be updated 
inside apply_frame_size call. So, in some cases display_width/display_height 
could be incorrect (previous frame size).

Original issue reported on code.google.com by dkova...@google.com on 23 Aug 2013 at 8:08

GoogleCodeExporter commented 9 years ago
fixed in https://gerrit.chromium.org/gerrit/#/c/66854/

Original comment by ya...@google.com on 12 Sep 2013 at 12:16