FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
rawdec.c File Reference
#include "avformat.h"
#include "internal.h"
#include "avio_internal.h"
#include "rawdec.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "libavutil/pixdesc.h"
#include "libavutil/avassert.h"
#include "libavutil/intreadwrite.h"

Go to the source code of this file.

Macros

#define RAW_PACKET_SIZE   1024
 
#define OFFSET(x)   offsetof(FFRawVideoDemuxerContext, x)
 
#define DEC   AV_OPT_FLAG_DECODING_PARAM
 

Functions

int ff_raw_read_partial_packet (AVFormatContext *s, AVPacket *pkt)
 
int ff_raw_audio_read_header (AVFormatContext *s)
 
int ff_raw_video_read_header (AVFormatContext *s)
 
int ff_raw_data_read_header (AVFormatContext *s)
 

Variables

const AVOption ff_rawvideo_options []
 

Macro Definition Documentation

#define RAW_PACKET_SIZE   1024

Definition at line 33 of file rawdec.c.

Referenced by ff_raw_read_partial_packet().

#define OFFSET (   x)    offsetof(FFRawVideoDemuxerContext, x)

Definition at line 108 of file rawdec.c.

#define DEC   AV_OPT_FLAG_DECODING_PARAM

Definition at line 109 of file rawdec.c.

Function Documentation

int ff_raw_read_partial_packet ( AVFormatContext s,
AVPacket pkt 
)

Definition at line 35 of file rawdec.c.

Referenced by flac_read_timestamp(), and raw_read_packet().

int ff_raw_audio_read_header ( AVFormatContext s)

Definition at line 55 of file rawdec.c.

int ff_raw_video_read_header ( AVFormatContext s)

Definition at line 70 of file rawdec.c.

int ff_raw_data_read_header ( AVFormatContext s)

Definition at line 95 of file rawdec.c.

Variable Documentation

const AVOption ff_rawvideo_options[]
Initial value:
= {
{ "framerate", "", OFFSET(framerate), AV_OPT_TYPE_VIDEO_RATE, {.str = "25"}, 0, 0, DEC},
{ NULL },
}
#define NULL
Definition: coverity.c:32
#define OFFSET(x)
Definition: rawdec.c:108
offset must point to AVRational
Definition: opt.h:235
#define DEC
Definition: rawdec.c:109

Definition at line 110 of file rawdec.c.