Change dx_time data type in vpxdec.c
authorJames Yu <james.yu@linaro.org>
Sat, 22 Feb 2014 06:51:11 +0000 (14:51 +0800)
committerJames Yu <james.yu@linaro.org>
Tue, 25 Feb 2014 01:17:06 +0000 (09:17 +0800)
commit6d1513274296d0d7846604c29c94b51d36b8c0b6
tree9475ab1c1cf30f1af06b4a3ba953832cae90ec0e
parentc30cc9f2e4a61d0c8ffcd490bcaafd803267cc9f
Change dx_time data type in vpxdec.c

Change dx_time data type to int64_t to prevent
test time overflow when decoding long video.

Change-Id: I3dd5e324a246843e07e635fd25c50e71e385ed70
Signed-off-by: James Yu <james.yu@linaro.org>
vpxdec.c