FFmpeg
Data Structures | Macros
argo_cvg.c File Reference
#include "libavutil/avstring.h"
#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "internal.h"
#include "libavutil/opt.h"
#include "libavutil/intreadwrite.h"

Go to the source code of this file.

Data Structures

struct  ArgoCVGHeader
 
struct  ArgoCVGOverride
 
struct  ArgoCVGDemuxContext
 
struct  ArgoCVGMuxContext
 

Macros

#define ARGO_CVG_HEADER_SIZE   12
 
#define ARGO_CVG_BLOCK_ALIGN   0x10
 
#define ARGO_CVG_NB_BLOCKS   32
 
#define ARGO_CVG_SAMPLES_PER_BLOCK   28
 

Macro Definition Documentation

◆ ARGO_CVG_HEADER_SIZE

#define ARGO_CVG_HEADER_SIZE   12

Definition at line 35 of file argo_cvg.c.

◆ ARGO_CVG_BLOCK_ALIGN

#define ARGO_CVG_BLOCK_ALIGN   0x10

Definition at line 36 of file argo_cvg.c.

◆ ARGO_CVG_NB_BLOCKS

#define ARGO_CVG_NB_BLOCKS   32

Definition at line 37 of file argo_cvg.c.

◆ ARGO_CVG_SAMPLES_PER_BLOCK

#define ARGO_CVG_SAMPLES_PER_BLOCK   28

Definition at line 38 of file argo_cvg.c.