libavformat/h261dec.c File Reference
#include "libavcodec/get_bits.h"
#include "avformat.h"
#include "rawdec.h"
Include dependency graph for libavformat/h261dec.c:

Go to the source code of this file.

Functions

static int h261_probe (AVProbeData *p)
 

Variables

static const AVClass h261_demuxer_class = { .class_name = "h261" " demuxer", .item_name = av_default_item_name, .option = ff_rawvideo_options, .version = LIBAVUTIL_VERSION_INT, }
 
AVInputFormat ff_h261_demuxer = { .name = "h261", .long_name = NULL_IF_CONFIG_SMALL( "raw H.261" ), .read_probe = h261_probe , .read_header = ff_raw_video_read_header, .read_packet = ff_raw_read_partial_packet, .extensions = "h261" , .flags = 0x0100 , .raw_codec_id = AV_CODEC_ID_H261 , .priv_data_size = sizeof(FFRawVideoDemuxerContext), .priv_class = & h261_demuxer_class, }
 

Function Documentation

static int h261_probe ( AVProbeData p)
static

Definition at line 26 of file libavformat/h261dec.c.

Variable Documentation

AVInputFormat ff_h261_demuxer = { .name = "h261", .long_name = NULL_IF_CONFIG_SMALL( "raw H.261" ), .read_probe = h261_probe , .read_header = ff_raw_video_read_header, .read_packet = ff_raw_read_partial_packet, .extensions = "h261" , .flags = 0x0100 , .raw_codec_id = AV_CODEC_ID_H261 , .priv_data_size = sizeof(FFRawVideoDemuxerContext), .priv_class = & h261_demuxer_class, }

Definition at line 65 of file libavformat/h261dec.c.

const AVClass h261_demuxer_class = { .class_name = "h261" " demuxer", .item_name = av_default_item_name, .option = ff_rawvideo_options, .version = LIBAVUTIL_VERSION_INT, }
static

Definition at line 65 of file libavformat/h261dec.c.