vp9_spatial_svc_encoder: fix -bit-depth arg parsing
authorJames Zern <jzern@google.com>
Sat, 11 Oct 2014 09:24:52 +0000 (11:24 +0200)
committerJames Zern <jzern@google.com>
Sat, 11 Oct 2014 09:24:52 +0000 (11:24 +0200)
commite4caf2250fd5ed64af14bc6f48012827f3585bf6
tree703bdfc81fd97b3e089edc9e086043d40543fed5
parenta0ce226e3050f9b27360f69ee676e6f70fa36f80
vp9_spatial_svc_encoder: fix -bit-depth arg parsing

use arg_parse_enum_or_int like vpxenc. this also fixes a warning as
arg_parse_enum is not currently declared in args.h.

Change-Id: If9ce258d6adb6286eb86f529083929d5fe2b3a56
examples/vp9_spatial_svc_encoder.c