#include "avcodec.h"
#include "bytestream.h"
#include "mjpeg.h"
Go to the source code of this file.
Functions | |
static int | mjpega_dump_header (AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) |
Variables | |
AVBitStreamFilter | ff_mjpega_dump_header_bsf |
Definition in file mjpega_dump_header_bsf.c.
static int mjpega_dump_header | ( | AVBitStreamFilterContext * | bsfc, | |
AVCodecContext * | avctx, | |||
const char * | args, | |||
uint8_t ** | poutbuf, | |||
int * | poutbuf_size, | |||
const uint8_t * | buf, | |||
int | buf_size, | |||
int | keyframe | |||
) | [static] |
Initial value:
{ "mjpegadump", 0, mjpega_dump_header, }
Definition at line 90 of file mjpega_dump_header_bsf.c.