1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/media/libmkv/bock_fix.patch Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +diff --git a/third_party/libmkv/WebMElement.h b/third_party/libmkv/WebMElement.h 1.5 +index d9ad0a0..717e739 100644 1.6 +--- a/third_party/libmkv/WebMElement.h 1.7 ++++ b/third_party/libmkv/WebMElement.h 1.8 +@@ -10,11 +10,6 @@ 1.9 + #ifndef MKV_CONTEXT_HPP 1.10 + #define MKV_CONTEXT_HPP 1 1.11 + 1.12 +-void writeSimpleBock(EbmlGlobal *ebml, unsigned char trackNumber, unsigned short timeCode, 1.13 +- int isKeyframe, unsigned char lacingFlag, int discardable, 1.14 +- unsigned char *data, unsigned long dataLength); 1.15 +- 1.16 +- 1.17 + // these are helper functions 1.18 + void writeHeader(EbmlGlobal *ebml); 1.19 + void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc *startInfo, unsigned long timeCodeScale, double duration);