FFmpeg
|
#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 dependency graph for libavformat/rawdec.c:
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) |
Variables | |
const AVOption | ff_rawvideo_options [] |
Macro Definition Documentation
#define DEC AV_OPT_FLAG_DECODING_PARAM |
Definition at line 96 of file libavformat/rawdec.c.
#define OFFSET | ( | x | ) | offsetof(FFRawVideoDemuxerContext, x) |
Definition at line 95 of file libavformat/rawdec.c.
#define RAW_PACKET_SIZE 1024 |
Definition at line 32 of file libavformat/rawdec.c.
Referenced by ff_raw_read_partial_packet().
Function Documentation
int ff_raw_audio_read_header | ( | AVFormatContext * | s | ) |
Definition at line 54 of file libavformat/rawdec.c.
Referenced by ac3_eac3_probe().
int ff_raw_read_partial_packet | ( | AVFormatContext * | s, |
AVPacket * | pkt | ||
) |
Definition at line 34 of file libavformat/rawdec.c.
Referenced by ac3_eac3_probe(), and raw_read_packet().
int ff_raw_video_read_header | ( | AVFormatContext * | s | ) |
Definition at line 69 of file libavformat/rawdec.c.
Variable Documentation
const AVOption ff_rawvideo_options[] |
Initial value:
Definition at line 97 of file libavformat/rawdec.c.
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11