| 
    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 "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 | 
| #define | OFFSET(x) offsetof(FFRawDemuxerContext, x) | 
Variables | |
| const AVOption | ff_rawvideo_options [] | 
| const AVOption | ff_raw_options [] | 
| #define OFFSET | ( | x | ) | offsetof(FFRawVideoDemuxerContext, x) | 
| #define DEC AV_OPT_FLAG_DECODING_PARAM | 
| #define OFFSET | ( | x | ) | offsetof(FFRawDemuxerContext, x) | 
| 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 | ) | 
| int ff_raw_video_read_header | ( | AVFormatContext * | s | ) | 
| int ff_raw_subtitle_read_header | ( | AVFormatContext * | s | ) | 
| int ff_raw_data_read_header | ( | AVFormatContext * | s | ) | 
| const AVOption ff_rawvideo_options[] | 
| const AVOption ff_raw_options[] | 
 1.8.17