|
FFmpeg
|
#include "avformat.h"#include "internal.h"#include "libavcodec/get_bits.h"#include "libavcodec/put_bits.h"Go to the source code of this file.
Macros | |
| #define | MAX_FRAME_SIZE 10 |
| #define | SYNC_WORD 0x6b21 |
| #define | BIT_0 0x7f |
| #define | BIT_1 0x81 |
1.8.17