AVBitStreamFilter Struct Reference

#include <avcodec.h>


Data Fields

const char * name
int priv_data_size
int(* filter )(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe)
void(* close )(AVBitStreamFilterContext *bsfc)
struct AVBitStreamFilternext


Detailed Description

Definition at line 2733 of file avcodec.h.


Field Documentation

Definition at line 2734 of file avcodec.h.

Referenced by av_bitstream_filter_init(), opt_show_formats(), and write_frame().

Definition at line 2735 of file avcodec.h.

Referenced by av_bitstream_filter_init().

int(* AVBitStreamFilter::filter)(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe)


The documentation for this struct was generated from the following file:

Generated on Wed Feb 9 19:10:14 2011 for ffmpeg by  doxygen 1.5.6