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) |
Interface to Dirac Decoder/Encoder.
Definition in file dirac.h.
| int avpriv_dirac_parse_sequence_header | ( | AVCodecContext * | avctx, | |
| GetBitContext * | gb, | |||
| dirac_source_params * | source | |||
| ) |
Definition at line 245 of file dirac.c.
Referenced by dirac_header().