FFmpeg
|
MJPEG A dump header bitstream filter modifies bitstream to be decoded by quicktime. More...
Include dependency graph for mjpega_dump_header_bsf.c:
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 |
Detailed Description
MJPEG A dump header bitstream filter modifies bitstream to be decoded by quicktime.
Definition in file mjpega_dump_header_bsf.c.
Function Documentation
|
static |
Definition at line 33 of file mjpega_dump_header_bsf.c.
Referenced by avcodec_register_all().
Variable Documentation
AVBitStreamFilter ff_mjpega_dump_header_bsf |
Initial value:
= {
"mjpegadump",
0,
}
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)
Definition: mjpega_dump_header_bsf.c:33
Definition at line 90 of file mjpega_dump_header_bsf.c.
Generated on Mon Nov 18 2024 06:52:07 for FFmpeg by 1.8.11