FFmpeg  1.2.12
Data Structures | Typedefs | Functions | Variables
dnxhddata.h File Reference
#include <stdint.h>
#include "avcodec.h"
#include "libavutil/internal.h"

Go to the source code of this file.

Data Structures

struct  CIDEntry

Typedefs

typedef struct CIDEntry CIDEntry

Functions

int ff_dnxhd_get_cid_table (int cid)
int ff_dnxhd_find_cid (AVCodecContext *avctx, int bit_depth)
void ff_dnxhd_print_profiles (AVCodecContext *avctx, int loglevel)
int avpriv_dnxhd_get_frame_size (int cid)

Variables

av_export const CIDEntry ff_dnxhd_cid_table []

Typedef Documentation

typedef struct CIDEntry CIDEntry

Function Documentation

int avpriv_dnxhd_get_frame_size ( int  cid)

Definition at line 1040 of file dnxhddata.c.

Referenced by mxf_parse_dnxhd_frame().

int ff_dnxhd_find_cid ( AVCodecContext avctx,
int  bit_depth 
)

Definition at line 1048 of file dnxhddata.c.

Referenced by dnxhd_encode_init().

int ff_dnxhd_get_cid_table ( int  cid)

Definition at line 1031 of file dnxhddata.c.

Referenced by avpriv_dnxhd_get_frame_size(), dnxhd_encode_init(), and dnxhd_init_vlc().

void ff_dnxhd_print_profiles ( AVCodecContext avctx,
int  loglevel 
)

Definition at line 1068 of file dnxhddata.c.

Referenced by dnxhd_encode_init().

Variable Documentation

av_export const CIDEntry ff_dnxhd_cid_table[]

Definition at line 948 of file dnxhddata.c.

Referenced by dnxhd_encode_init(), and dnxhd_init_vlc().