Index: source/libvpx/libmkv/WebMElement.h |
=================================================================== |
--- source/libvpx/libmkv/WebMElement.h (revision 172621) |
+++ source/libvpx/libmkv/WebMElement.h (working copy) |
@@ -17,8 +17,8 @@ |
// these are helper functions |
void writeHeader(EbmlGlobal *ebml); |
-void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc* startInfo , unsigned long timeCodeScale, double duration); |
-//this function is a helper only, it assumes a lot of defaults |
+void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc *startInfo, unsigned long timeCodeScale, double duration); |
+// this function is a helper only, it assumes a lot of defaults |
void writeVideoTrack(EbmlGlobal *ebml, unsigned int trackNumber, int flagLacing, |
char *codecId, unsigned int pixelWidth, unsigned int pixelHeight, |
double frameRate); |