commit | 350a9b7668205481ec8915c92cae970c5c2d939a | [log] [tgz] |
---|---|---|
author | Fergus Simpson <afergs@google.com> | Mon Apr 17 15:08:45 2017 -0700 |
committer | Fergus Simpson <afergs@google.com> | Mon Apr 17 15:34:50 2017 -0700 |
tree | aac34549db73d0ac099c793c580fb26f2f47fba8 | |
parent | 366619263f0e8e762dd6059ed238287f158f7c0e [diff] |
bitstream-dbg: Add missing include to decodeframe If daala_ec is disabled while bistream_debug is enabled, decodeframe.c fails to compile due to aom_util/debug_util.h not being included directly. This patch just adds the missing include so that decodeframe.c will still build with bitstream_debug enabled and daala_ec disabled. Change-Id: I2e7eebdd17431a804be5b00239a9ae581e73f731