#include "avformat.h"#include "rawdec.h"Go to the source code of this file.
Functions | |
| static int | h264_probe (AVProbeData *p) |
Variables | |
| AVInputFormat | ff_h264_demuxer |
| static int h264_probe | ( | AVProbeData * | p | ) | [static] |
Initial value:
{
"h264",
NULL_IF_CONFIG_SMALL("raw H.264 video format"),
0,
h264_probe,
ff_raw_video_read_header,
ff_raw_read_partial_packet,
.flags= AVFMT_GENERIC_INDEX,
.extensions = "h26l,h264,264",
.value = CODEC_ID_H264,
}
1.5.6