xine-lib  1.2.9
Data Structures | Enumerations | Functions
cpb.h File Reference
#include "nal.h"

Go to the source code of this file.

Data Structures

struct  coded_picture
 

Enumerations

enum  picture_flags { IDR_PIC = 0x01, REFERENCE = 0x02, NOT_EXISTING = 0x04, INTERLACED = 0x08 }
 

Functions

static struct coded_picturecreate_coded_picture (void)
 
static void free_coded_picture (struct coded_picture *pic)
 

Enumeration Type Documentation

◆ picture_flags

Enumerator
IDR_PIC 
REFERENCE 
NOT_EXISTING 
INTERLACED 

Function Documentation

◆ create_coded_picture()

static struct coded_picture* create_coded_picture ( void  )
static

Referenced by init_parser(), and parse_nal().

◆ free_coded_picture()

static void free_coded_picture ( struct coded_picture pic)
static