Libav
Data Structures | Functions
dv_profile.h File Reference
#include <stdint.h>
#include "libavutil/pixfmt.h"
#include "libavutil/rational.h"
#include "avcodec.h"

Go to the source code of this file.

Data Structures

struct  DVwork_chunk
 
struct  DVprofile
 

Functions

const DVprofileavpriv_dv_frame_profile (const DVprofile *sys, const uint8_t *frame, unsigned buf_size)
 
const DVprofileavpriv_dv_codec_profile (AVCodecContext *codec)
 
void ff_dv_print_profiles (void *logctx, int loglevel)
 Print all allowed DV profiles into logctx at specified logging level. More...
 

Function Documentation

const DVprofile* avpriv_dv_frame_profile ( const DVprofile sys,
const uint8_t frame,
unsigned  buf_size 
)

Definition at line 283 of file dv_profile.c.

Referenced by avpriv_dv_produce_packet(), dv_read_header(), and dvvideo_decode_frame().

const DVprofile* avpriv_dv_codec_profile ( AVCodecContext codec)
void ff_dv_print_profiles ( void logctx,
int  loglevel 
)

Print all allowed DV profiles into logctx at specified logging level.

Definition at line 323 of file dv_profile.c.

Referenced by dvvideo_init_encoder().