#include <string>#include <iostream>#include <sstream>#include <iomanip>#include <signal.h>#include <unistd.h>#include <fcntl.h>#include <sys/stat.h>#include <assert.h>#include <time.h>#include <sys/time.h>#include "filehandler.h"#include "error.h"#include "riff.h"#include "avi.h"#include "frame.h"Include dependency graph for filehandler.cc:

Go to the source code of this file.
Defines | |
| #define | AVI_AUDIO_BUFFER_SECS (2) |
|
|
Definition at line 426 of file filehandler.cc. Referenced by AVIHandler::GetFrame(), and AVIHandler::SeekAudioFrame(). |
1.4.2