|
FFmpeg
|
#include "libavutil/channel_layout.h"#include "avformat.h"#include "avio_internal.h"#include "internal.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 |
1.8.17