#include "ros/ros.h"
#include <theora_imagem_transport/packet.h>
#include <theora/codec.h>
#include <theora/theoraenc.h>
#include <theora/theoradec.h>
#include <ogg/ogg.h>
#include <fstream>
#include <vector>
Go to the source code of this file.
Classes | |
class | OggSaver |
Defines | |
#define | null 0 |
Functions | |
int | main (int argc, char **argv) |
#define null 0 |
Definition at line 13 of file ogg_saver.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 90 of file ogg_saver.cpp.