webmdec: Handle codec id being NULL.
authorVignesh Venkatasubramanian <vigneshv@google.com>
Thu, 10 Sep 2015 17:44:59 +0000 (10:44 -0700)
committerVignesh Venkatasubramanian <vigneshv@google.com>
Thu, 10 Sep 2015 17:44:59 +0000 (10:44 -0700)
commit09969ac9a29cdf8528e6980425a6df2c13674100
tree40d4825f1bf0575703562e6fb74944f67589a48d
parent2ff108aac65c54154c5b181a8f00c4fe7a7d2d46
webmdec: Handle codec id being NULL.

WebM files could have CodecId missing in the track headers. Treat those files as
unknown input file type in vpxdec.

Fixes issue #1064.

Change-Id: I6c3bb7b4bd3a4f5c244312482a5996f8b68db3f3
webmdec.cc