#include <stdlib.h>
#include "libavcodec/bytestream.h"
#include "avformat.h"
#include "internal.h"
#include "oggdec.h"
Go to the source code of this file.
static uint64_t daala_gptopts |
( |
AVFormatContext * |
ctx, |
|
|
int |
idx, |
|
|
uint64_t |
gp, |
|
|
int64_t * |
dts |
|
) |
| |
|
static |
Initial value:= {
{
AV_PIX_FMT_YUV420P, 8, 3, {0, 1, 1, 0}, {0, 1, 1, 0} },
{
AV_PIX_FMT_YUV444P, 8, 3, {0, 0, 0, 0}, {0, 0, 0, 0} }
}
planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
Definition at line 38 of file oggparsedaala.c.
Initial value:= {
.name = "Daala",
.magic = "\200daala",
.magicsize = 6,
.granule_is_start = 1,
.nb_header = 3,
}
static uint64_t daala_gptopts(AVFormatContext *ctx, int idx, uint64_t gp, int64_t *dts)
static int daala_packet(AVFormatContext *s, int idx)
static int daala_header(AVFormatContext *s, int idx)
Definition at line 248 of file oggparsedaala.c.
Referenced by daala_header().