FFmpeg
Macros | Enumerations | Functions
bitstream_template.c File Reference
#include "libavutil/avassert.h"
#include "libavutil/lfg.h"
#include "libavutil/random_seed.h"
#include "libavcodec/bitstream.h"
#include "libavcodec/defs.h"
#include "libavcodec/put_bits.h"

Go to the source code of this file.

Macros

#define ASSERT_LEVEL   2
 
#define SIZE   157
 

Enumerations

enum  Op {
  OP_READ, OP_READ_NZ, OP_READ_BIT, OP_READ_63,
  OP_READ_64, OP_READ_SIGNED, OP_READ_SIGNED_NZ, OP_APPLY_SIGN,
  OP_ALIGN, OP_NB
}
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

◆ ASSERT_LEVEL

#define ASSERT_LEVEL   2

Definition at line 22 of file bitstream_template.c.

◆ SIZE

#define SIZE   157

Definition at line 36 of file bitstream_template.c.

Enumeration Type Documentation

◆ Op

enum Op
Enumerator
OP_READ 
OP_READ_NZ 
OP_READ_BIT 
OP_READ_63 
OP_READ_64 
OP_READ_SIGNED 
OP_READ_SIGNED_NZ 
OP_APPLY_SIGN 
OP_ALIGN 
OP_NB 

Definition at line 38 of file bitstream_template.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 51 of file bitstream_template.c.