webm2pes: Move main() and helper functions into their own files.

- main() and Usage() to webm2pes_main.cc
- Other helpers to common/libwebm_utils.{cc,h}

Change-Id: I59e45f0e63449066b493c4e536e0be001372504c
This commit is contained in:
Tom Finegan
2015-12-16 20:54:42 -08:00
parent 021432be9d
commit 3cb96b6e33
6 changed files with 162 additions and 98 deletions

View File

@@ -8,11 +8,9 @@
#ifndef LIBWEBM_WEBM2PES_H_
#define LIBWEBM_WEBM2PES_H_
#include <cstdio>
#include <cstdint>
#include <memory>
#include <string>
#include <vector>
#include "mkvparser.hpp"
#include "mkvreader.hpp"