webm2pes: Add a WebM parser init method.
Pre-refactor a little to avoid some code duplication. Change-Id: I8ce733be0c9e07544fc25bd9890d68fb14a7e84d
This commit is contained in:
@@ -184,6 +184,7 @@ class Webm2Pes {
|
||||
};
|
||||
typedef std::unique_ptr<FILE, FILEDeleter> FilePtr;
|
||||
|
||||
bool InitWebmParser();
|
||||
bool WritePesPacket(const mkvparser::Block::Frame& vpx_frame,
|
||||
double nanosecond_pts);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user