Commit a0c6c23e authored by Ralph Giles's avatar Ralph Giles
Browse files

libmkv: Remove spurious declaration.

Change-Id: I5a83f6651a42df8387aa8996f9353a20e60483df
Showing with 0 additions and 5 deletions
...@@ -10,11 +10,6 @@ ...@@ -10,11 +10,6 @@
#ifndef MKV_CONTEXT_HPP #ifndef MKV_CONTEXT_HPP
#define MKV_CONTEXT_HPP 1 #define MKV_CONTEXT_HPP 1
void writeSimpleBock(EbmlGlobal *ebml, unsigned char trackNumber, unsigned short timeCode,
int isKeyframe, unsigned char lacingFlag, int discardable,
unsigned char *data, unsigned long dataLength);
// these are helper functions // these are helper functions
void writeHeader(EbmlGlobal *ebml); void writeHeader(EbmlGlobal *ebml);
void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc *startInfo, unsigned long timeCodeScale, double duration); void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc *startInfo, unsigned long timeCodeScale, double duration);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment