#include "stdafx.h"
#include <libOOOgg.h>
#include <dllstuff.h>
#include "VorbisComments.h"
#include <iostream>
#include <fstream>
#include <vector>
Include dependency graph for oggChainSplitter.cpp:
Functions | |
bool | renameCurrentFile () |
bool | writePage (OggPage *inOggPage) |
bool | pageCB (OggPage *inOggPage) |
int __cdecl | _tmain (int argc, _TCHAR *argv[]) |
Variables | |
unsigned long | bytePos = 0 |
bool | needComments = false |
bool | inStream = false |
fstream | outFile |
string | inFileName |
string | outFileName |
VorbisComments | currentComment |
unsigned long | chainCount = 0 |
bool | isOK = true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|