shithub: libvpx

Download patch

ref: f5962491d7d5dfc64b9ac03b8f587619581018a8
parent: 7c6a49bada8a233f7c3a5c0a386d86bcc316aaea
parent: a0c6c23ecad9d08afc86bea0260da039bf122dc8
author: James Zern <jzern@google.com>
date: Fri Jan 31 13:48:36 EST 2014

Merge "libmkv: Remove spurious declaration."

--- a/third_party/libmkv/WebMElement.h
+++ b/third_party/libmkv/WebMElement.h
@@ -10,11 +10,6 @@
 #ifndef MKV_CONTEXT_HPP
 #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
 void writeHeader(EbmlGlobal *ebml);
 void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc *startInfo, unsigned long timeCodeScale, double duration);