FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
mjpega_dump_header_bsf.c File Reference

MJPEG A dump header bitstream filter modifies bitstream to be decoded by quicktime. More...

#include "avcodec.h"
#include "bsf.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 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 int mjpega_dump_header ( AVBSFContext ctx,
AVPacket out 
)
static

Definition at line 34 of file mjpega_dump_header_bsf.c.

Variable Documentation

enum AVCodecID codec_ids[]
static
Initial value:

Definition at line 100 of file mjpega_dump_header_bsf.c.

const AVBitStreamFilter ff_mjpega_dump_header_bsf
Initial value:
= {
.name = "mjpegadump",
.filter = mjpega_dump_header,
.codec_ids = codec_ids,
}
static enum AVCodecID codec_ids[]
static int mjpega_dump_header(AVBSFContext *ctx, AVPacket *out)

Definition at line 104 of file mjpega_dump_header_bsf.c.