Move WebM writing support out of vpxenc.c.
authorTom Finegan <tomfinegan@google.com>
Tue, 5 Nov 2013 18:02:18 +0000 (10:02 -0800)
committerTom Finegan <tomfinegan@google.com>
Wed, 6 Nov 2013 14:49:55 +0000 (06:49 -0800)
commit03848f5ca744e10238d5bc3f62491ae5934a2371
tree476720ae72d32036e0b102cec5c44641993e0500
parentdde8069e5731a49ea520ce7f796d046f28912a86
Move WebM writing support out of vpxenc.c.

This is mainly a clean up patchset. It moves the WebM writing support
out of vpxenc and into its own source file. Changes to tools_common and
vpxdec result from relocation of shared bits of code.

Change-Id: Iee55d3285f56e0a548f791094fb14c5ac5346a26
examples.mk
tools_common.c
tools_common.h
vpxdec.c
vpxenc.c
webmenc.c [new file with mode: 0644]
webmenc.h [new file with mode: 0644]