#include "libavcodec/get_bits.h"#include "avformat.h"#include "rawdec.h"Go to the source code of this file.
Functions | |
| static int | h261_probe (AVProbeData *p) |
Variables | |
| AVInputFormat | h261_demuxer |
| static int h261_probe | ( | AVProbeData * | p | ) | [static] |
Initial value:
{
"h261",
NULL_IF_CONFIG_SMALL("raw H.261"),
0,
h261_probe,
ff_raw_video_read_header,
ff_raw_read_partial_packet,
.flags= AVFMT_GENERIC_INDEX,
.extensions = "h261",
.value = CODEC_ID_H261,
}
1.5.6