FFmpeg
Functions | Variables
mjpega_dump_header_bsf.c File Reference
#include "bsf.h"
#include "bsf_internal.h"
#include "bytestream.h"
#include "mjpeg.h"

Go to the source code of this file.

Functions

static int mjpega_dump_header (AVBSFContext *ctx, AVPacket *out)
 

Variables

static enum AVCodecID codec_ids []
 
const FFBitStreamFilter 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

◆ mjpega_dump_header()

static int mjpega_dump_header ( AVBSFContext ctx,
AVPacket out 
)
static

Definition at line 34 of file mjpega_dump_header_bsf.c.

Variable Documentation

◆ codec_ids

enum AVCodecID codec_ids[]
static
Initial value:

Definition at line 100 of file mjpega_dump_header_bsf.c.

◆ ff_mjpega_dump_header_bsf

const FFBitStreamFilter ff_mjpega_dump_header_bsf
Initial value:
= {
.p.name = "mjpegadump",
.p.codec_ids = codec_ids,
.filter = mjpega_dump_header,
}

Definition at line 104 of file mjpega_dump_header_bsf.c.

mjpega_dump_header
static int mjpega_dump_header(AVBSFContext *ctx, AVPacket *out)
Definition: mjpega_dump_header_bsf.c:34
AV_CODEC_ID_MJPEG
@ AV_CODEC_ID_MJPEG
Definition: codec_id.h:59
AV_CODEC_ID_NONE
@ AV_CODEC_ID_NONE
Definition: codec_id.h:50
codec_ids
static enum AVCodecID codec_ids[]
Definition: mjpega_dump_header_bsf.c:100