#include "avformat.h"
#include "rawdec.h"
Go to the source code of this file.
Defines | |
#define | CAVS_SEQ_START_CODE 0x000001b0 |
#define | CAVS_PIC_I_START_CODE 0x000001b3 |
#define | CAVS_UNDEF_START_CODE 0x000001b4 |
#define | CAVS_PIC_PB_START_CODE 0x000001b6 |
#define | CAVS_VIDEO_EDIT_CODE 0x000001b7 |
#define | CAVS_PROFILE_JIZHUN 0x20 |
Functions | |
static int | cavsvideo_probe (AVProbeData *p) |
Variables | |
AVInputFormat | ff_cavsvideo_demuxer |
#define CAVS_PIC_I_START_CODE 0x000001b3 |
#define CAVS_PIC_PB_START_CODE 0x000001b6 |
#define CAVS_PROFILE_JIZHUN 0x20 |
#define CAVS_SEQ_START_CODE 0x000001b0 |
#define CAVS_UNDEF_START_CODE 0x000001b4 |
#define CAVS_VIDEO_EDIT_CODE 0x000001b7 |
static int cavsvideo_probe | ( | AVProbeData * | p | ) | [static] |
Definition at line 32 of file cavsvideodec.c.
Initial value:
{ "cavsvideo", NULL_IF_CONFIG_SMALL("raw Chinese AVS video"), 0, cavsvideo_probe, ff_raw_video_read_header, ff_raw_read_partial_packet, .flags= AVFMT_GENERIC_INDEX, .value = CODEC_ID_CAVS, }
Definition at line 68 of file cavsvideodec.c.