FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
dirac.h File Reference

Interface to Dirac Decoder/Encoder. More...

#include "avcodec.h"
#include "get_bits.h"

Go to the source code of this file.

Data Structures

struct  dirac_source_params
 

Functions

int avpriv_dirac_parse_sequence_header (AVCodecContext *avctx, GetBitContext *gb, dirac_source_params *source)
 

Detailed Description

Interface to Dirac Decoder/Encoder.

Author
Marco Gerards marco.nosp@m.@gnu.nosp@m..org
David Conrad
Jordi Ortiz

Definition in file dirac.h.

Function Documentation

int avpriv_dirac_parse_sequence_header ( AVCodecContext avctx,
GetBitContext gb,
dirac_source_params source 
)

Definition at line 289 of file dirac.c.

Referenced by dirac_decode_data_unit(), and dirac_header().