FFmpeg
|
#include "config_components.h"
#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "avio_internal.h"
#include "demux.h"
#include "internal.h"
#include "mux.h"
#include "rawenc.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
Data Structures | |
struct | KVAGHeader |
Macros | |
#define | KVAG_TAG MKTAG('K', 'V', 'A', 'G') |
#define | KVAG_HEADER_SIZE 14 |
#define | KVAG_MAX_READ_SIZE 4096 |