#include <stdlib.h>
#include "libavutil/bswap.h"
#include "libavutil/avstring.h"
#include "libavutil/channel_layout.h"
#include "libavcodec/get_bits.h"
#include "libavcodec/bytestream.h"
#include "avformat.h"
#include "internal.h"
#include "oggdec.h"
Go to the source code of this file.
Function Documentation
static int ogg_page_packets |
( |
struct ogg_stream * |
os | ) |
|
|
static |
Variable Documentation
Initial value: {
.magic = "Speex ",
.magicsize = 8,
.nb_header = 2,
}
Definition at line 133 of file oggparsespeex.c.