]> granicus.if.org Git - libvpx/commit
Refactor check_initial_width
authorangiebird <angiebird@google.com>
Wed, 30 Oct 2019 22:35:58 +0000 (15:35 -0700)
committerangiebird <angiebird@google.com>
Wed, 30 Oct 2019 22:51:13 +0000 (15:51 -0700)
commit2b690d6d13128e83d42a709041ea01974c72954f
tree6fd1529e7a37fff8c534ea4122ddf43ec819c4c8
parent38739edaa1bc90635fbcb3666ff9288e6a5e9839
Refactor check_initial_width

1) Rename it by update_initial_width() because it's actually
changing the initial_width

2) Move alloc_raw_frame_buffers out of it.

Change-Id: I341bd6743eb0e1217bdf1bdbd7f67c4ea7d76ee2
vp9/encoder/vp9_encoder.c