#include "avformat.h"#include "rawdec.h"Go to the source code of this file.
Functions | |
| static int | h263_probe (AVProbeData *p) |
Variables | |
| AVInputFormat | ff_h263_demuxer |
| static int h263_probe | ( | AVProbeData * | p | ) | [static] |
Initial value:
{
"h263",
NULL_IF_CONFIG_SMALL("raw H.263"),
0,
h263_probe,
ff_raw_video_read_header,
ff_raw_read_partial_packet,
.flags= AVFMT_GENERIC_INDEX,
.value = CODEC_ID_H263,
}
1.5.6