#include "stdafx.h"
#include <libOOOgg/libOOOgg.h>
#include <libOOOgg/dllstuff.h>
#include <iostream>
#include <fstream>
Include dependency graph for OOOggDump.cpp:
Go to the source code of this file.
Functions | |
bool | pageCB (OggPage *inOggPage, void *) |
int | main (int argc, char *argv[]) |
Variables | |
unsigned long | bytePos |
|
Definition at line 73 of file OOOggDump.cpp. References bytePos, OggDataBuffer::feed(), pageCB(), and OggDataBuffer::registerStaticCallback(). |
Here is the call graph for this function:
|
Definition at line 45 of file OOOggDump.cpp. References bytePos, OggPage::getPacket(), OggPage::header(), OggPacket::isContinuation(), OggPacket::isTruncated(), OggPage::numPackets(), OggPacket::packetSize(), OggPage::pageSize(), OggPacket::toPackDumpString(), and OggPageHeader::toString(). |
Here is the call graph for this function:
|
Definition at line 42 of file OOOggDump.cpp. |