vpxenc: require width and height for raw streams
authorJohn Koleszar <jkoleszar@google.com>
Wed, 3 Nov 2010 17:58:40 +0000 (13:58 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 3 Nov 2010 17:58:44 +0000 (13:58 -0400)
commit77e6b4504b97724fb3dbfdcf26365b68c3cf5f3c
tree390eb3e28053779a272e7c53c0419660df2e119c
parent4b9dc572609f4efb80c155b61dc040344be7d43a
vpxenc: require width and height for raw streams

Defaulting to 320x240 for raw streams is arbitrary and error-prone.
Instead, require that the width and height be set manually if they
can't be parsed from the input file.

Change-Id: Ic61979857e372eed0779c2677247e894f9fd6160
vpxenc.c